PHP header 允许跨域请求

2018-1-29 17:36:14 星期一

1 header('Access-Control-Allow-Origin:*');
2 header('Access-Control-Allow-Methods:*');
3 header('Access-Control-Allow-Credentials:true');

 

posted @ 2018-01-29 17:37  myD  阅读(460)  评论(0编辑  收藏  举报