XMLHttpRequest cannot load http://www.corsproxy.com/www.webxml.com.cn/WebServices/TrainTimeWebService.…&StartStation=%E6%94%BE%E6%9D%BE&ArriveStation=%E5%A4%A7%E5%B8%88%E6%B3%95. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:81' is therefore not allowed access.. 还是无法跨域,求老师指点为什么
哈喽,各位,可以用其他的跨域服务,下面是我找的一个,经测试可用:
http://cors.itxti.net/?www.webxml.com.cn/WebServices/TrainTimeWebService.asmx/getStationAndTimeByTrainCode?UserID=&TrainCode=G1
给力!!!
var urlPre = "http://crossorigin.me/http://";//别忘了这里(加粗部分)
// var urlPre = "http://www.corsproxy.com/"; //跨域中转
var url1 = "www.webxml.com.cn/WebServices/TrainTimeWebService.asmx/getStationAndTimeByStationName?UserID=";
var urlPre = "http://crossorigin.me/http://";
// var urlPre = "http://www.corsproxy.com/"; //跨域中转
var url1 = "www.webxml.com.cn/WebServices/TrainTimeWebService.asmx/getStationAndTimeByStationName?UserID=";
这种情况怎么解决啊!
roastwind真给力, 大家修改将老师代码里的 var urlPre = "http://www.corsproxy.com/"; 改为var urlPre = "http://cors.itxti.net/?"; 就可以解决跨域问题,就可以访问到车次信息了。
roastwind真是太给力,赞!
可以,非常感谢!
给力给力给力 希望以后大家都能把一些好的东西拿出来分享哦!
给力啊,郁闷了好久呢
http://www.corsproxy.com已经不可用了,同求解决方法
我也是,求解
我把源码下载之后再本地运行也还是报哪个跨域请求失败的错误,不知道为什么!你现在这个问题解决了吗?