Skip to main content

All Questions

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
1 vote
1 answer
393 views

Cross Domain AJAX call not working in IE11

I am trying a make a cross domain AJAX call. It works in Chrome and Firefox but not in IE11. IE11 seems to drop the AJAX call. IE11 Developer Tools Network reveals that a request is not even made to ...
Lal's user avatar
  • 156