Skip to main content

All Questions

2 votes
0 answers
602 views

why Ajax return status 0 in IE11 but work well in other browsers

We write AJAX in a CSHTML page. It works well in other browsers except IE10 and IE11. The problem is it returns status=0 even though there is no error in the controller. Is there someone met the ...
Zhang Pingfeng's user avatar
1 vote
0 answers
343 views

Premature end of POST data - Ajax with FormData is Broken on IE10 / IE11 in Some Conditions

I have a JSP application. Wherein a set of data will be sent to an JSP using AJAX request. The issue is, I am getting an error when a data is sent to the JSP in Internet Explorer 11. Whereas it ...
Satheesh's user avatar
  • 656
41 votes
5 answers
99k views

Access denied in IE 10 and 11 when ajax target is localhost

I'm trying to do a ajax call between a server (http) that is on internet. And target that to my own localhost. FF/Chrome/ ETC... works. It's ONLY an IE issue. IM USING IE 11 AND 10. The request is ...
narc88's user avatar
  • 531