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

#102493
SgtLegend
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.