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

nginx:支持跨域访问

时间:2017-08-11 13:29:12      阅读:121      评论:0      收藏:0      [点我收藏+]

标签:span   pre   跨域访问   ted   border   methods   参考   ade   add   

在http节点中配置:

#支持跨域访问
    add_header Access-Control-Allow-Origin *;
    add_header Access-Control-Allow-Headers X-Requested-With;
    add_header Access-Control-Allow-Methods GET,POST,OPTIONS;

 

参考网址:http://www.51testing.com/html/96/215196-829360.html

nginx:支持跨域访问

标签:span   pre   跨域访问   ted   border   methods   参考   ade   add   

原文地址:http://www.cnblogs.com/huiy/p/7345335.html

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