SEC7118: XMLHttpRequest CORS - IE Console message
问题 I am using CORS POST request with everything taken care as given @http://www.html5rocks.com/en/tutorials/cors/ Server sets Response header to: 'Access-Control-Allow-Origin':'*' and I can see this header value in IE developer tool. But on IE10 browser I see console message as "SEC7118: XMLHttpRequest for http:// required Cross Origin Resource Sharing (CORS). When I check on Microsoft site it has below given explanation. http://msdn.microsoft.com/en-us/ie/dn423949(v=vs.94).aspx SEC7118