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

本地调试 谷歌浏览器报错:跨域问题处理 Access-Control-Allow-Origin

时间:2017-04-28 20:20:36      阅读:378      评论:0      收藏:0      [点我收藏+]

标签:***   分享   --   跨域问题   present   ...   http   color   技术   

前端在本地,调试,就经常的就是会遇到 调用接口,提示跨域了。

如你要访问 http://****/api/user

chrome 浏览器 报错:

XMLHttpRequest cannot load  http://****/api/user No ‘Access-Control-Allow-Origin‘ header is present on the requested resource. Origin ‘null‘ is therefore not allowed access. 

 

在谷歌中实现数据跨域,其实,处理下很简单,在属性中加入一个值   --disable-web-security --user-data-dir   , 前面有空格哈

效果如下图

 

技术分享

 

Tips:  不要把chrome浏览器固定在 桌面最下方的任务栏里  , 至于原因,你固定试下就知道了...

很爽的说

本地调试 谷歌浏览器报错:跨域问题处理 Access-Control-Allow-Origin

标签:***   分享   --   跨域问题   present   ...   http   color   技术   

原文地址:http://www.cnblogs.com/jshare/p/6782750.html

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