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

跨域请求所遇到的错误

时间:2017-07-06 10:12:18      阅读:572      评论:0      收藏:0      [点我收藏+]

标签:over   另一个   www   意思   cnzz   oss   一个   安全   api   

1、Mixed Content: The page at ‘https://www.1399p.com/api/kaijiang.html?lottery=pk10,cqssc,xyft&set=pk10&bgcolor=e0e0e0‘ was loaded over HTTPS, but requested an insecure script ‘http://s23.cnzz.com/stat.php?id=5959517&web_id=5959517‘. This request has been blocked; the content must be served over HTTPS.

这段话的意思是:https不能加载外部js文件http://s23.cnzz.com/stat.php?id=5959517&web_id=5959517

解决办法

1》加载了外部Js,就被判断为不安全的,建议能直接复制远程的Js,就复制下来。

2、Uncaught DOMException: Blocked a frame with origin "null" from accessing a cross-origin frame.

这段话的意思是:未捕获的安全错误:

阻止了一个域为null的frame页面访问另一个域为null的页面。

也许你在本地直接用浏览器打开的,地址栏是file:///的页面吧。

可以试着在本地架设服务器来调试,建议工具:nginx。

放在服务器上面就正常了!!!!!

 

跨域请求所遇到的错误

标签:over   另一个   www   意思   cnzz   oss   一个   安全   api   

原文地址:http://www.cnblogs.com/guoyinglichong/p/7124413.html

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