- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个网站正在Firefox和Chrome中返回一些奇怪的警告消息和错误。
Firefox返回以下错误:
GET http://fonts.googleapis.com/css?family=Varela+Round 200 OK 7c8e43d.js (line 18)
13:27:41.46 CSI/tbsd_
13:27:41.48 CSI/_tbnd
XMLHttpRequest cannot load http://fonts.googleapis.com/css?family=Varela+Round. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin is therefore not allowed access.
Access-Control-Allow-Origin
有关,我该如何解决错误?
最佳答案
CSI/tbsd_
和CSI/_tbnd
的日志条目不是错误,而是由Google API生成的时间戳。
可以使用console.timeStamp()
function在JavaScript中生成时间戳。
您还可以在google.com上查看以下时间戳记日志:
在Firebug中,它们甚至在Net panel timeline中显示为橄榄线:
因此,这些日志消息无需担心。它们只是提供一些信息以进行调试。
您与Chrome中出现的错误相关的实际问题是由跨域请求引起的。因此,出于与同一原始策略相关的安全原因,浏览器将其阻止。 html5rocks.com上有一个tutorial on "Cross-Origin Resource Sharing" (CORS)。
另请参阅有关stackoverflow的相关问题:
XMLHttpRequest cannot load, No 'Access-Control-Allow-Origin' header is present on the requested resource
"No 'Access-Control-Allow-Origin' header is present on the requested resource"
关于google-chrome - 网站在浏览器中返回“CSI/tbsd_”和“CSI/_tbnd”错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20300409/
我有一个网站正在Firefox和Chrome中返回一些奇怪的警告消息和错误。 Firefox返回以下错误: GET http://fonts.googleapis.com/css?family=Var
我正在使用 Facebook 登录从登录我的网站的用户那里获取数据,并且我正在使用 console.log 函数。 控制台向我显示的唯一内容如下: 犯罪现场调查/待定_ & 犯罪现场调查/_待定 这是
我是一名优秀的程序员,十分优秀!