Javascript 中进行跨域请求的 3 种方法

发布于 2024-11-04 05:39:10 字数 55 浏览 1 评论 0原文

我已经知道两种方法(使用 php 代理并包含外部 javascript 文件)。还有什么办法呢?

I already know 2 ways (proxy using php and including an external javascript file). What is another way?

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

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

发布评论

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

评论(2

莫言歌 2024-11-11 05:39:10

您可以使用 Access-Control-Allow-Origin: *
在来自其他域上的服务器的标头中。

然而,这依赖于现代浏览器。不适用于 8 之前版本的 IE。

请参阅 https://developer.mozilla.org/En/HTTP_access_control< /a>

You can use Access-Control-Allow-Origin: *
in the headers coming from the server on the other domain.

That relies on the browser being modern, however. Won't work on IE older than 8.

See https://developer.mozilla.org/En/HTTP_access_control

謸气贵蔟 2024-11-11 05:39:10

还有与常规 XHR 相结合的跨文档消息传递

可以在 easyXDM 示例页面上看到这样的示例:http://consumer.easyxdm.net/current/example/xhr.html

There is also Cross-Document Messaging combined with regular XHR.

An example of this can be seen on the easyXDM example page : http://consumer.easyxdm.net/current/example/xhr.html

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