跨域请求和JQuery

发布于 2024-10-17 09:59:23 字数 118 浏览 5 评论 0原文

我尝试使用 $.getJSON() 通过 jquery 向 Web 服务发出跨域请求,它工作正常!但是,当我尝试在 Internet Explorer 7 或 8 中发出相同的请求时,该请求永远不会发送。有人有什么想法吗?

Im trying to make a cross domain request to a web service via jquery using $.getJSON() and it works fine! However, when I try to make the same request in Internet Explorer 7 or 8 the request is never sent. Anyone have any ideas?

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

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

发布评论

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

评论(2

浮萍、无处依 2024-10-24 09:59:23

JSONP 就是为了这个目的而出现的。检查 getJSON jQuery 文档 中的 JSONP 部分。

JSONP is here for this purpose. Check the JSONP section in getJSON jQuery documentation.

丢了幸福的猪 2024-10-24 09:59:23

IE 明确阻止跨域请求。最好在您的服务器上使用跨域代理以获得更好的效果!

一些文档:http://ajaxpatterns.org/Cross-Domain_Proxy

IE explicitly blocks cross domain requests. Better to use a cross domain proxy on your server for better results!

Some documentation: http://ajaxpatterns.org/Cross-Domain_Proxy

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