php---前后端分离跨域问题的解决

在入口文件直接添加下面的代码即可:

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");

  

posted @ 2020-05-06 08:54  打死小强  阅读(525)  评论(0编辑  收藏  举报