I am having issues with making HTTP requests to my API that uses HTTPS (I can't change this). My site, where the requests are made, uses HTTP so IE9< throws an "Access is Denied" error. Is there a way to customize Backbone.js so that this can work? BTW, everything works fine in Chrome, FF, IE10.
Asked
Active
Viewed 51 times
0
-
This is a jQuery/XHR issue in IE versions < 10. More details on that [here](http://stackoverflow.com/a/10232313/1048479) – Nick Tomlin Jul 30 '13 at 15:35
-
That pages points to -> https://github.com/MoonScript/jQuery-ajaxTransport-XDomainRequest which states "Protocol must be the same scheme as the calling page" :( – thegreyspot Jul 30 '13 at 20:51