Is it possible to make a cross domain request from https to http in IE?
问题 We are trying to access a local self-hosted WCF service from the browser. The WCF service is located at http://localhost/myWcf . The browser is running a website which is located at https://some.www.com . We have enabled CORS and added CORS header to the hosted WCF. Access to the WCF service is done using jQuery’s $.ajax call. All browsers are working fine when not using SSL and we’re getting to the “success” callback. When switching to SSL, IE is the only one that fails to make the request –