SEC7118: XMLHttpRequest CORS - IE Console message

后端 未结 4 2131
暗喜
暗喜 2021-02-07 02:40

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-Ori

4条回答
  •  梦如初夏
    2021-02-07 02:48

    I encountered SEC7118 when CORS was set up correctly. I verified that the requests were completing with status 200 using the network debugger. So, you can disregard this message if your application is otherwise functioning properly.

提交回复
热议问题