标签:hid auth off poi padding access rect isp inter
if($_SERVER[‘REQUEST_METHOD‘] == ‘OPTIONS‘){
header("Access-Control-Allow-Origin: *");
header("Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept, Authorization");
header(‘Access-Control-Allow-Methods: GET, POST, PUT,DELETE,OPTIONS,PATCH‘);
exit;
}
//上面的代码很关键 问题就出在上面这里
header("Access-Control-Allow-Origin: *");
header("Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept, Authorization");
header(‘Access-Control-Allow-Methods: GET, POST, PUT,DELETE,OPTIONS,PATCH‘);
x
if($_SERVER[‘REQUEST_METHOD‘] == ‘OPTIONS‘){
header("Access-Control-Allow-Origin: *");
header("Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept, Authorization");
header(‘Access-Control-Allow-Methods: GET, POST, PUT,DELETE,OPTIONS,PATCH‘);
exit;
}
//上面的代码很关键 问题就出在上面这里
header("Access-Control-Allow-Origin: *");
header("Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept, Authorization");
header(‘Access-Control-Allow-Methods: GET, POST, PUT,DELETE,OPTIONS,PATCH‘);
php thinkphp 接口跨域问题 设置了headers 还是报错的解决方案 OPTIONS 跨域
标签:hid auth off poi padding access rect isp inter
原文地址:https://www.cnblogs.com/tolingsoft/p/12571660.html