Why is IE 10 Refusing to send POST data via jQuery $.ajax

后端 未结 8 2320
-上瘾入骨i
-上瘾入骨i 2020-12-05 05:00

Both in my development and production environment, IE 10 is refusing to send any POST data via a simple $.ajax call.

My script looks like this:

d = \         


        
8条回答
  •  暖寄归人
    2020-12-05 05:57

    There seems to be a Window 8 issue, making cross-domain https requests. I can't confirm if it has anything to do with the validity of the cert, as the one on my cross-domain server is invalid (dev server).

    This link is a workaround, but who wants to bootstrap their entire application to make a GET request just for IE10+? http://jonnyreeves.co.uk/2013/making-xhr-request-to-https-domains-with-winjs/

提交回复
热议问题