码迷,mamicode.com
首页 > Web开发 > 详细

php设置允许跨域

时间:2018-07-23 23:36:57      阅读:248      评论:0      收藏:0      [点我收藏+]

标签:put   style   control   pos   str   ted   color   string   指定   

// 指定允许其他域名访问

header(‘Access-Control-Allow-Origin:*‘);

// 响应类型

header("Access-Control-Allow-Methods: POST, GET, OPTIONS, PUT, DELETE");

// 响应头设置

header(‘Access-Control-Allow-Headers:x-requested-with,content-type‘);
 
 
 

php设置允许跨域

标签:put   style   control   pos   str   ted   color   string   指定   

原文地址:https://www.cnblogs.com/weihua2018/p/9357322.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!