Home › Forums › JavaScript › XMLHttpRequest not working in IE9 › Re: XMLHttpRequest not working in IE9
May 7, 2012 at 2:45 pm
#102440
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?