在 HTTPS 页面上通过 HTTP 调用 Web 服务

发布于 2024-08-22 12:32:01 字数 198 浏览 2 评论 0原文

当 Web 服务位于 HTTPS 页面上时,我在通过 HTTP 使用 AJAX 调用 Web 服务时遇到问题。

这是跨域/协议问题吗?我需要使用与页面相同的协议进行 AJAX 调用吗?

只是想知道这是否与在 HTTP 页面上尝试执行 HTTPS AJAX 调用相同的问题,我怀疑是这样。

任何建议表示赞赏。

谢谢 邓肯

I am having problems calling a web service using AJAX via HTTP when it's on an HTTPS page.

Is this a cross-domain/protocol problem? Do I need to do the AJAX call in the same protocol as the page?

Just wondering if it's the same problem as trying to do an HTTPS AJAX call when on an HTTP page, I suspect it is.

Any advice appreciated.

Thanks
Duncan

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

南冥有猫 2024-08-29 12:32:01

是的,该协议是同源政策的一部分。

Yes, the protocol is part of the same origin policy.

俯瞰星空 2024-08-29 12:32:01

不要那样做。您面临着有人拦截和修改 HTTP 流量以破坏您的安全的严重风险。

Don't do that. You run a serious risk of someone intercepting and modifying just the HTTP traffic to break your security.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文