Strange AJAX bug with IE 11

前端 未结 5 1117
南笙
南笙 2020-12-25 12:33

I\'m currently working on a purely HTML and JavaScript driven web app that uses CORS for consuming a remote web service but currently having trouble with IE 11 making a GET

5条回答
  •  一个人的身影
    2020-12-25 13:01

    If you are running local, try switching crossDomain to false. I spent quite a bit of time stuck on that. Chrome handled the crossDomain, but in IE if you are not using crossDomain and you have it set to true it will silently fail.

提交回复
热议问题