Ajxa solve cross-domain problems

To solve cross-domain problems:

Add the following code in the header

header("Access-Control-Allow-Origin:*");
header("Access-Control-Allow-Methods:GET, POST, OPTIONS, DELETE");
header("Access-Control-Allow-Headers:DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type, Accept-Language, Origin, Accept-Encoding");

Guess you like

Origin www.cnblogs.com/imxiaoqi/p/11584826.html