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

web.config 配置跨域问题

时间:2017-03-21 14:00:18      阅读:227      评论:0      收藏:0      [点我收藏+]

标签:headers   tom   protocol   custom   跨域   config   conf   跨域问题   -o   

<httpProtocol>
<customHeaders>
<!-- 跨域配置 -->
<add name="Access-Control-Allow-Origin" value="*" />
</customHeaders>
</httpProtocol>

web.config 配置跨域问题

标签:headers   tom   protocol   custom   跨域   config   conf   跨域问题   -o   

原文地址:http://www.cnblogs.com/fphuang/p/6593968.html

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