为什么类似 URL 的查询参数从“http://...”更改为“http://...”?到“https://...”?
我想发送一个唯一的约束,不幸的是它看起来像一个 URL。 我的唯一约束字符串如下所示:http://192.168.1.1:8086/testOrg/testBucket
我在删除请求的查询参数中传递此 UC:https://localhost:5001/api/settings?uc=https://192.168.1.1:8086/testOrg/testBucket
最疯狂的事情是,我不明白的是,URL UC 的名称从“http”更改为“https”。
我尝试在 UC 前面添加字母,例如 UChttp://192.168.1.1:8086/testOrg/testBucket
但事件更改为“https”。
I want to send an unique constraint, which unfortunately looks like an URL.
My unique constraint string looks like this:http://192.168.1.1:8086/testOrg/testBucket
I pass this UC in the query param of a delete request:https://localhost:5001/api/settings?uc=https://192.168.1.1:8086/testOrg/testBucket
The crazy thing, which i do not understand is the fact, that the URL of the UC changed from "http" to "https".
I tried to add letters in front of the UC, e.g. UChttp://192.168.1.1:8086/testOrg/testBucket
but event this changed to "https".
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论