xdomain icon indicating copy to clipboard operation
xdomain copied to clipboard

xdomain not working IE 8 angular (version 1.2)

Open mjain1990 opened this issue 10 years ago • 2 comments

HI team,

I have angular application which can run on multiple clients like https://client1.app.com, https://client2.app.com and my REST api is present at https://api.app.com.

For IE 8 i have added in my index file

 <script src="scripts/xdomain.js" slave="https://api.app.com/proxy.html"></script>

and on my server i have added proxy.html at root

 <!DOCTYPE html>
 <script src="xdomain.js" master="https://*.app.com"></script

But in IE8 its not working and in fiddler is not showing any error too.. What am i missing?

mjain1990 avatar Aug 12 '15 06:08 mjain1990

Does the demo work for you? Checked the FAQ?

On Wednesday, August 12, 2015, Mahaveer Jain [email protected] wrote:

HI team,

I have angular application which can run on multiple clients like https://client1.app.com, https://client2.app.com and my REST api is present at https://api.app.com.

For IE 8 i have added in my index file

and on my server i have added proxy.html at root

jpillora avatar Aug 12 '15 11:08 jpillora

I tried to open simple demo in IE8. it is not working :( for cross domain request.

mjain1990 avatar Aug 12 '15 11:08 mjain1990