Hi everybody,
I have a game that uses AJAX requests to a ColdFusion server. Things run perfectly smoothly in all browsers other than IE9.
Digging into the c2runtime.js, I've traced the point of error to the line that reads:
request.open(method_, url_);
Enclosing that in a try/catch, I wind up with an error message "Access is denied"...
The game and the requested file are sitting on the same server, so I don't believe there's any cross-domain shenanigans at work here.
Any suggestions or help are greatly appreciated!