Hi,
Our web application runs on HTTPS and in the client side javascript code, we make HTTP calls to localhost (cross domain using CORS). This used to work fine in IE9. But, in both IE10 and IE11, the browser does not make the localhost HTTP request, the error shown in console is "Access denied". We have tried to enable all related options in IE like "Display mixed content", "Allow data source across domains". The "Enable XSS filter" is also disabled.
Would greatly appreciate it, if someone can help with any possible options in IE that can get this to work. (or any other workaround)
regards
Arvind