question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

IE9 cant get response data

See original GitHub issue

i read code, vue-resource use XDomainRequest when brower is ie9, but ie9 cant get any data in response, so, i change code var supportCors = 'withCredentials' in new XMLHttpRequest(); to var supportCors = true;, then it work!!!

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:5

github_iconTop GitHub Comments

4reactions
soundtinacommented, Aug 19, 2016

I also have this problem ! +1

i found that in IE9 when you send a cross domain request , i can’t get data in the success callback but it is in the error callback . that’s very strange!

0reactions
soundtinacommented, May 24, 2017

@hellove2017 别用这个库了,建议使用axios

Read more comments on GitHub >

github_iconTop Results From Across the Web

IE 9 Issue : Not getting success response in Ajax call
I am facing a problem in IE9 while making an Ajax call to REST API. In IE 9, I am not getting success...
Read more >
IE9 cant get response data · Issue #299 · pagekit/vue-resource ...
i read code, vue-resource use XDomainRequest when brower is ie9, but ie9 cant get any data in response, so, i change code var...
Read more >
Sharepoint don't get JSON with IE9
I have a small AngularJS Application in SharePoint 2013, where I get a JSON File from an asmx WS to show. The Application...
Read more >
Cannot download files from secure websites - Microsoft Learn
"Couldn't be downloaded" error when downloading files from secure websites in Internet Explorer 9 and later versions · Symptoms · Cause.
Read more >
Known Issues for Siebel HI Client with un-supported Internet ...
Microsoft's backward compatibility: IE9 IE10, IE11 and Edge Changes ... the Siebel application crashes (hangs and doesn't respond).
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found