Skip to main content

All Questions

0 votes
0 answers
70 views

IE11 - AJAX Request getting cancelled automatically(it's intermittent and not happening always)

Getting below exception when i try to perform ajax call. SCRIPT7002: XMLHttpRequest: Network Error 0x80070005, Access is denied SEC7120: Orgin https://[ABC].com not found in Access-Control-Allow-...
Kumaresan Ramesh G's user avatar
1 vote
0 answers
853 views

Setting xmlhttprequest Authorization header in IE11

I have the following Javascript code to instantiate an XMLHttpRequest and download a file from a specified URI. The URI is protected with the need for an access token. var bearer, uri; // Set above, ...
Raiden616's user avatar
  • 1,544
2 votes
1 answer
926 views

Cross domain request timeout in IE11 only (fine in other browsers)

I have an issue with an app running in Internet Explorer 11 which makes an external API request to amplitude.com and returns an 504 GATEWAY TIMEOUT error - this causes a long delay in the page (it ...
Zabs's user avatar
  • 14.1k
3 votes
1 answer
547 views

IE11 returns status 0 during Ajax POST operation from an iFrame (XMLHttpRequest: Network Error 0x2ee2

SCRIPT7002: XMLHttpRequest: Network Error 0x2ee4, Could not complete the operation due to error 00002ee2. In the developer tools Network Panel, I notice that the Result is stated as (Aborted). All ...
Vijaya Simha's user avatar
2 votes
1 answer
4k views

status code 12004 while doing a service call

I am doing a service call in my javascript which return xml data using xmlHttpRequest.My service call is working in chrome and firefox perfectly and getting the data(it is a https call).But when i try ...
aravind's user avatar
  • 1,056
9 votes
2 answers
11k views

IE 11 error - Access is denied - XMLHttpRequest

I'm having a peculiar error with IE11 and ajax. For nearly all the requests I make using the code below, everything is fine, yet when I try use in conjunction with a copy+paste method, it returns an ...
Ben's user avatar
  • 4,807
0 votes
1 answer
583 views

AJAX request from Internet Explorer 11 to a nodejs server running behind Apache proxy aborts randomly

On a page that uses angular, after a user action, a get request is made to the server to get some json data. Sometimes the request fails on Internet Explorer 11 (I have not tested on other versions ...
Nihat's user avatar
  • 3,085
3 votes
0 answers
2k views

Origin null in IE 11. CORS is not working unless from localhost

I am using an xhr to make a cross domain POST request to a service that is hosted on another server. I have enabled CORS by setting the required headers on the server's IIS, viz. Access-Control-Allow-...
Gautham Srinivas's user avatar
1 vote
1 answer
650 views

IE11 JS XMLHTTPRequest/XMLParser discards <body> attributes

So I have an AJAX call which returns a complete XHTML document. In IE, when I get the XMLDocument from ajax.responseXML, all of the attributes on the body element are missing. Creating a new ...
Adam Martinson's user avatar
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
0 votes
0 answers
688 views

$.ajax success callback not triggerede in IE11 -> xhr.status = 0 responseText is empty

Ok, so I'm basically using ajax to import my json data. This works perfectly in chrome and firefox, but for some reason not in Internet Explorer 11 (haven't checked earlier versions). this is my ...
Mattias Bregnballe's user avatar