Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript XMLHttpRequest not working in IE9 Re: XMLHttpRequest not working in IE9

#102440
nutt318
Member

So I’ve found that it has to do with cross site scripting. My server that I’m running the above code on actually calls or does a GET to a different URL or Server than the one hosting the code.

So I’ve googled and found that IE9 doesnt like the crosssite scripting, however I cannot find a way to make the above code work.

Any ideas?