PHP设置允许跨域

Posted drea

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP设置允许跨域相关的知识,希望对你有一定的参考价值。

// 指定允许其他域名访问  
header(‘Access-Control-Allow-Origin:*‘);  
// 响应类型  
header(‘Access-Control-Allow-Methods:POST‘);  
// 响应头设置  
header(‘Access-Control-Allow-Headers:x-requested-with,content-type‘);  

 

以上是关于PHP设置允许跨域的主要内容,如果未能解决你的问题,请参考以下文章

php设置了跨域没用,是nginx问题吗

PHP 跨域之header

php解决跨域的代码

服务器端PHP允许跨域

php 跨域设置

php 跨域设置