jpillora / xdomain

A pure JavaScript CORS alternative
https://jpillora.com/xdomain/
3.12k stars 269 forks source link

Requests failing silently? #134

Closed joeferraro closed 9 years ago

joeferraro commented 9 years ago

Hi, @jpillora, thanks for the great work on xdomain; it's been incredibly helpful in enabling us to rollout an enterprise Angular application that supports IE8/9. I have an odd issue and I'm not sure whether you've seen anything like this. We have a test express.js server successfully communicating via xdomain with IE8/9 clients. However, when our client deploys to their .NET server, the requests never seem to be hooked/executed. Based on the following log, is there anything glaring that I should be looking into?

ie9_-_win7

joeferraro commented 9 years ago

The root cause of the issue was proxy.html serving a different version of xdomain than the client.