为什么类似 URL 的查询参数从“http://...”更改为“http://...”?到“https://...”?

发布于 2025-01-11 18:37:57 字数 438 浏览 0 评论 0原文

我想发送一个唯一的约束,不幸的是它看起来像一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文