Cross Domain Request and JQuery

后端 未结 2 1006
野的像风
野的像风 2021-01-26 20:22

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 make the same request in Internet Explorer 7 or

2条回答
  •  日久生厌
    2021-01-26 20:59

    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

提交回复
热议问题