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
1 answer
107 views

IE 11 Not displaying anything at all

The following code is working in all browser but EI11. There are no errors in the console or displayed anywhere. I have been on Stack Overflow for the last two day trying all of the other answered ...
whisk's user avatar
  • 623
0 votes
1 answer
817 views

jQuery doesn't work in Internet Explorer 11

My ajax success:function() runs a line of code which opens a new window and inserts data into it. Rigth now my code looks like this: success: function(data) { var url = location.href; var w ...
rdlgi's user avatar
  • 1
-1 votes
1 answer
52 views

IE11 doesn't send a form if cookie is undefined

I have a webform which has asking for some cookie settings: par=Cookies.get('demo'); // => 'value' Cokies are set after part1 of current Form filled out. If to fill Form1 and than to fill ...
J. First Coder's user avatar
1 vote
1 answer
928 views

IE11 Ajax Aborted After 5 Minutes

Does IE11 automatically abort AJAX requests if it takes too long to get a response? Using Angular4, I'm creating a fairly simple call: this.http.post(url, requestJson, options) .map((response: ...
FreakyFred's user avatar
0 votes
1 answer
241 views

javascript internet explorer wont detect window.closed

I have this javascript code which runs when the browser detects if the user closes the popup windoow. It works in the browsers firefox, opera, chrome, but I get an error with internet explorer (the ...
SC92's user avatar
  • 161
1 vote
0 answers
707 views

IE 11 Responds with "405 Not Allowed" to XMLHttpRequest

I have the following AJAX request that is running successfully for all browsers on our site but returning a 405 for IE 11. I noticed here: http://caniuse.com/#feat=xhr2 that IE 11 has some issues with ...
mmilleruva's user avatar
  • 2,170
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
1 vote
0 answers
832 views

Very slow upload of form data in IE11 - Jquery/ajax

Looked at a million posts on this but cannot find an actual solution. I am looking for either a solution or confirmation that this is an IE11 bug that I have to deal with. Trying to use ajax form ...
wondergoat77's user avatar
  • 1,805
7 votes
0 answers
3k views

IE11 XMLHttpRequest: Network Error 0x2eff, Could not complete the operation due to error 00002eff

I have an ajax POST request like below, $.ajax({ url: url, type:"POST", contentType:"application/html; charset=utf-8", dataType:"html", success: function(data) { .... .... }, error: function() { ........
explorer's user avatar
  • 1,094
1 vote
1 answer
839 views

jQuery ajax response not working in IE11

I'm trying to create a loginpage with jQuery/AJAX, my code work well in other browser but i have a problem in IE11. IE11 throw an exception SCRIPT7002: XMLHttpRequest: Network Error 0x800c0008, ...
helmis.m's user avatar
  • 234
-2 votes
3 answers
92 views

IE 11 Javascript wants unneeded ')'

I' have a strange behaviour in my IE 11 on a website... I get a console error on this snippet function loadBasket (updated = false, buttonID = -1) { $.ajax({ type: 'post', url: ...
Alex Baur's user avatar
  • 175
1 vote
1 answer
512 views

Only IE 11 losing focus on ajax call sometimes ASP.NET MVC4

I am using a boostrap dialog box to pull in a list with a quantity. After I submit my form, and open the dialog box to check to see if the quantity has updated, it seems to be stale data. I have a ...
eaglei22's user avatar
  • 2,730
0 votes
1 answer
634 views

Nested Ajax Get request not firing in IE11

I have an issue in IE11 but not Chrome or Firefox. I have an Ajax Get request nested inside the Success function of an Ajax Post request that doesn't seem to fire. However with Developer Tools open, ...
Willis's user avatar
  • 171
-3 votes
1 answer
642 views

IE 11 Ajax issue

So internet explorer does it again. I currently have a validation.php file where values in a text box are sent for validation. The text-box value is read and then a result is given to say if this is ...
Sphinx's user avatar
  • 956

15 30 50 per page