Skip to main content

All Questions

0 votes
0 answers
30 views

Access Denied while sending simple Ajax call

I am currently stuck with IE11 which is clients choice. I need to call local services on localhost to activate a scanner from https page. Its working fine on edge and all other browsers but on IE11 , ...
MohsinDDS's user avatar
0 votes
1 answer
68 views

IE11 AJAX request from HTTP to broken cert HTTPS

I'm currently trying to make an AJAX request in a crappy dev environment. My current app is on HTTP and is making an AJAX request to an HTTPS endpoint with a broken certificate. Is there any way I can ...
user1807782's user avatar
11 votes
3 answers
14k views

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

It seems that IE11 version 11.0.7 (KB2929437 on Win7, KB2919355 on Win 8.1) has a problem when performing an Ajax POST operation. The operation returns status 0 and on an F12 console, the following ...
nikoniko's user avatar
  • 833