码迷,mamicode.com
首页 > 其他好文 > 详细

跨域访问

时间:2014-07-03 06:49:45      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:http   java   os   javascript   html   for   

遇到错误:

XMLHttpRequest cannot load http://XXX.aspx. No ‘Access-Control-Allow-Origin‘ header is present on the requested resource. Origin ‘http://localhost:8080‘ is therefore not allowed access.

网上查了查,ajax跨域不允许访问。

Access-Control-Allow-Origin。HTTP响应头,指定服务器端允许进行跨域资源访问的来源域。可以用通配符*表示允许任何域的JavaScript访问资源,但是在响应一个携带身份信息(Credential)的HTTP请求时,Access-Control-Allow-Origin必需指定具体的域,不能用通配符。

暂时没找到解决方法。

跨域访问,布布扣,bubuko.com

跨域访问

标签:http   java   os   javascript   html   for   

原文地址:http://www.cnblogs.com/skyeyh/p/3818394.html

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