当前位置: 首页 PHP

thinkphp前后端分离跨域问题解决

栏目:PHP 作者:xiaofan 时间:2024-09-02 14:53:48
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, token");


阅读:186次

分类栏目