CORS is set on the server, but without console in chrome, it still cannot be loaded, and the console can be loaded

RT:
premise: use ueditor, upload pictures, and set the server CORS setting to allow cross-domain
use environment: chrome

clipboard.png

1

clipboard.png

the figure identified by 2 in the figure opens the console, and response header has cross-domain information


well, the problem is not described in detail.


GET,POST,OPTIONS


one fact you need to pay attention to: UA will change after opening devtool.
you can use other tools to grab the package to see if UA causes the server to enter different logic.


encounter the same problem, how to solve

Menu