: ... : CORS CORS "Access-Control-Allow-Headers" "crypt-token"
the problem is that the server side has been set to allow cross-domain:
so what I want to ask is: why do browsers intercept requests when cross-domains are already allowed on the server side? How should I solve it? Has anyone ever had this problem?
< hr >solution and supplement: