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

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

时间:2016-10-12 16:58:31      阅读:365      评论:0      收藏:0      [点我收藏+]

标签:

/***********************************************************************
 * No ‘Access-Control-Allow-Origin‘ header is present on the requested resource. 
 * 说明:
 *     之前没考虑到Ajax跨域访问会遇到这个问题,今天梦真在测试的时候看到
 * 这个现象,于是查找资料看一下怎么解决。
 *
 *                                     2016-10-12 深圳 南山平山村 曾剑锋
 **********************************************************************/


一、参考文档:
    js跨域访问,No ‘Access-Control-Allow-Origin‘ header is present on
        http://zjblogs.com/js/Access-Control-Allow-Origin.html

二、解决办法:
    如果请求的url是PHP页面,则需要在PHP页面中添加代码:header("Access-Control-Allow-Origin: *");

 

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

标签:

原文地址:http://www.cnblogs.com/zengjfgit/p/5953218.html

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