gpt4 book ai didi

google-chrome - 网站在浏览器中返回“CSI/tbsd_”和“CSI/_tbnd”错误

转载 作者:行者123 更新时间:2023-12-03 14:01:50 27 4
gpt4 key购买 nike

我有一个网站正在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


Chrome返回此错误:

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. 


我猜想这个问题与Google Fonts API和 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/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com