Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

IE9 cant get response data #299

Closed
facesea opened this issue Jun 22, 2016 · 5 comments
Closed

IE9 cant get response data #299

facesea opened this issue Jun 22, 2016 · 5 comments

Comments

@facesea
Copy link

facesea commented Jun 22, 2016

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!!!

@xyt0110
Copy link

xyt0110 commented Jul 24, 2016

+1

@soundtina
Copy link

soundtina commented 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!

@tolerious
Copy link

do you mean you change the source vue-resource source code?

@hellovue2017
Copy link

我也遇到同样的问题,在IE9上请问怎么解决?

@soundtina
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants