Ajax跨域请求PHP header设置

时间:2022-10-13
Ajax跨域请求PHP header设置,具体实例代码如下:
header('Access-Control-Allow-Origin : *');
header('Access-Control-Allow-Headers : Origin, X-Requested-With, Content-Type, Accept');
header('Access-Control-Allow-Methods :PUT,POST,GET,DELETE,OPTIONS');
//持久化session
header("Access-Control-Allow-Credentials : true");
//客户端:
    xhrFields: {
        withCredentials: true
    }
 
上一条:php header()函数实现文件下载的实例 下一条:php中最简单的字符串匹配算法

相关文章

最新文章