Ajax请求子域

发布于 2024-10-03 06:31:08 字数 233 浏览 3 评论 0原文

有没有办法从 http://foobar.com 获取ajax请求以从诸如 http://sub1.foobar.com/choco.php

似乎仍然不允许通过 javascript 进行子域请求

Is there a way to get ajax requests from http://foobar.com to snatch data from pages such as http://sub1.foobar.com/choco.php ?

It seems subdomain requests are still not allowed via javascript

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

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

发布评论

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

评论(3

浊酒尽余欢 2024-10-10 06:31:08

如果数据不敏感,您可以使用 JSONP (JSON with Padding) 作为替代方案。

http://en.wikipedia.org/wiki/JSON#JSONP

If the data is not sensitive, you may use JSONP (JSON with Padding) as an alternative.

http://en.wikipedia.org/wiki/JSON#JSONP

尘曦 2024-10-10 06:31:08

您可以使用 Access-Control-Allow-Origin 标头进行现代浏览器,并将请求包装在古董浏览器的本地域上。

You may use the Access-Control-Allow-Origin header for modern browsers, and wrap the request on the local domain for antique browsers.

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