开发者

Cross Domain Request and JQuery

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 ma开发者_开发问答ke the same request in Internet Explorer 7 or 8 the request is never sent. Anyone have any ideas?


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


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜