跨域 jQuery ajax 在 Firefox 中不起作用
由于我的免费主机的限制,我需要从我上传了一个简单脚本的朋友主机调用跨服务器请求。
我已在朋友域上的脚本中设置标头,以允许来自我自己的主机的跨服务器调用。 它适用于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论