码迷,mamicode.com
首页 > 数据库 > 详细

No 'Access-Control-Allow-Origin' header is present on the requested resource

时间:2017-07-02 00:12:29      阅读:299      评论:0      收藏:0      [点我收藏+]

标签:现象   ajax   tps   ade   access   control   错误   提示   例子   

一、现象

ajax调用请求后,前端提示收到这个错误

No ‘Access-Control-Allow-Origin‘ header is present on the requested resource

二、原因

这是一个典型的跨域请求失败的例子。

三、解决

服务器的响应消息中增加头字段即可。

rsp.addHeader("Access-Control-Allow-Origin", "*");

四、扩展

更多的关于CORS的内容可以学习这篇文章:

https://yq.aliyun.com/articles/69313

No 'Access-Control-Allow-Origin' header is present on the requested resource

标签:现象   ajax   tps   ade   access   control   错误   提示   例子   

原文地址:http://www.cnblogs.com/yoyotl/p/7098300.html

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