跨域 jQuery ajax 在 Firefox 中不起作用

发布于 2024-12-27 04:11:58 字数 381 浏览 0 评论 0原文

由于我的免费主机的限制,我需要从我上传了一个简单脚本的朋友主机调用跨服务器请求。

我已在朋友域上的脚本中设置标头,以允许来自我自己的主机的跨服务器调用。 它适用于 google Chrome 和 Safari,但不适用于 FireFox(和 IE)。 这是特别的一行:

$.post("http://someothersite.com", {action : 'generate', usr: un}, function(url){
                    $("#thelink").html(url);
    });
});

我忽略了什么?我几乎一整天都在到处寻找,试图找出问题所在。显然我是一个菜鸟,但只是想在这里学习。任何帮助将不胜感激。

Because of my free host's limitations, I need to call a cross-server request from a friends host where I uploaded a simple script.

I've set the headers in the script on my friends domain to allow cross server calls from my own host.
It works in google Chrome and Safari but doesn't work in FireFox (and IE).
Here is the particular line:

$.post("http://someothersite.com", {action : 'generate', usr: un}, function(url){
                    $("#thelink").html(url);
    });
});

What am I overlooking? I've looked practically everywhere all day long trying to grasp what is going wrong. Obviously I am a noob, but just trying to learn here. Any help would be greatly appreciated.

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

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

发布评论

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