Skip to main content

All Questions

1 vote
0 answers
239 views

FormData object is empty in asp.net mvc5 controller when ie11 browser is used to send request data

Currently my application logic works correctly on Chrome and Firefox browser, but for some reason it doesn't work in the same way on IE11 browser. I have following function which is called from ...
dawid's user avatar
  • 23
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
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
0 answers
51 views

Ajax onevent is not firing on IE11

I have the following code. I's a date imput text. <td class="plAnchoFijoIzq"> <h:inputText id="reqFentPR" maxlength="10" value="#{proyectoEditar.pry.reqFentPR}" onchange="...
eloweyn's user avatar
  • 125
-2 votes
1 answer
659 views

How to use Bitly V4 URL Shorten API on IE11

I am trying to use the Bitly V4 URL Shorten API on IE11 via ajax POST, but getting security error after the preflight (OPTIONS) call. My implementation and error encountered as below: My code: $....
James's user avatar
  • 13
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
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
0 votes
1 answer
633 views

Cors issue specifically in Internet Explorer XMLHttpRequest: Network Error 0x80070005, Access is denied

Cors issue specifically in Internet Explorer only when calling API from ajax call. 1)Request header content-type was not present in the Access-Control-Allow- Headers list 2)XMLHttpRequest: Network ...
Irfan Ullah's user avatar
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
0 votes
1 answer
156 views

AJAX in Explorer 11

can I ask for advice about why this code does not work in IE11? Chrome is all right. This script filters items when writing text. I assume there will be some differences in the browser. Maybe just ...
David's user avatar
  • 11
-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
0 votes
0 answers
169 views

IE11 Ajax Request will fail intermittently

I am having weird issue in IE 11 (Version: 11.285.17134.0). After I logged in to my site I have been redirected to a landing page where the user performs a search which makes a $.ajax POST request to ...
Dinesh Prajapati's user avatar
-1 votes
1 answer
130 views

Recursive Ajax Call not working in IE11

I am trying to make back to back ajax get call, using $.ajax jquery method(Since my JSON data is around 2MB), it works fine in Chrome but IE11 doesn't seems to understand.In IE11, it falls on fail ...
ashish Kumar's user avatar
0 votes
1 answer
373 views

Access denied exception with jquery Ajax call when origin is ms-local-stream

I'm trying to make an ajax call with origin as ms-local-stream and target as a server on intranet. But the request fails. The request is not even made (seen in Charles). And 'Access Denied' is thrown ...
rsKRISH's user avatar
  • 391
1 vote
0 answers
420 views

IE 11 - CORS - Access Denied

I have been struggling with this issue for last few days and have applied almost all the solutions that I found but I couldnt get it fixed. I have an ASP.NET MVC application, hosted in IIS7 with SSL ...
Waqar Hussain's user avatar

15 30 50 per page
1
2 3 4 5
7