XMLHttpRequest - SEC7127: Redirect was blocked for CORS request

后端 未结 1 899
时光取名叫无心
时光取名叫无心 2020-12-21 00:40

I am getting below error when I visit our webpage first time on IE11. It works in Chrome on my machine but doesn\'t work on other developer\'s machine. But it works when pag

相关标签:
1条回答
  • 2020-12-21 01:10

    I can't find this documented anywhere, but in my testing it appears that:

    XMLHttpRequest: Network Error 0x2ef1

    specifically refers to a mixed mode error; for example when an https site serves a request to redirect to an http site.

    0 讨论(0)
提交回复
热议问题