Home › Forums › JavaScript › XMLHttpRequest not working in IE9 › Re: XMLHttpRequest not working in IE9
May 8, 2012 at 7:57 am
#102493
Member
The only way around this in IE is to use a server side script that allows you to create a connection to an external server while allowing the Ajax request to run normally, because you look to be using ASP simply create a new controller that handles cross domain requests but exits before the normal page content gets output to the browser.