码迷,mamicode.com
首页 > 其他好文 > 详细

开启跨域

时间:2017-05-27 16:07:33      阅读:123      评论:0      收藏:0      [点我收藏+]

标签:pos   auth   开启   region   post   ade   boolean   ati   author   

function not_region($boolean)
{
if($boolean){
// 开启跨域
header(‘Access-Control-Allow-Origin:*‘);
header( ‘Access-Control-Allow-Methods: GET,POST, OPTIONS‘ );
header( ‘Access-Control-Allow-Headers: Origin,Content-Type, Accept, Authorization, X-Request-With‘ );
header( ‘Access-Control-Allow-Credentials: true‘);
}
}
 
 

开启跨域

标签:pos   auth   开启   region   post   ade   boolean   ati   author   

原文地址:http://www.cnblogs.com/q1104460935/p/6913138.html

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