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

Ajax本地跨域问题 Cross origin requests are only supported for HTTP

时间:2016-11-22 17:32:46      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:https   建立   ati   浏览器   ext   允许   win   参数   ble   

问题:打开本地html文件时,报错如下

Cross origin requests are only supported for protocol schemes: http, data,chrome-extension, https, chrome-extension-resource.
 
分析:浏览器为了安全性考虑,默认对跨域访问禁止。
 
解决:给浏览器传入启动参数(allow-file-access-from-files),允许跨域访问。
Windows下,运行(CMD+R)或建立快捷方式:
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --allow-file-access-from-files
 
用这个方法必须关闭谷歌浏览器再执行才有效

Ajax本地跨域问题 Cross origin requests are only supported for HTTP

标签:https   建立   ati   浏览器   ext   允许   win   参数   ble   

原文地址:http://www.cnblogs.com/AmilyWilly/p/6089796.html

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