为什么在某些 PC 上的 google chrome 浏览器中无法通过 SSL 加载 MicrosoftAjax.js?
我正在使用微软的 CDN 来下载 Ajax 库。我在某些页面上使用了 SSL。
此 URL 在 Firefox 和 IE 中可以正常解析:
https://ajax.microsoft.com/ajax/ 4.0/MicrosoftAjax.js
然而,在 google chrome 中(今天在我的电脑上......),它似乎超时并出现非常奇怪的响应:
在其他电脑上,它似乎工作正常,但我知道我不是唯一遇到此问题的人由于我们的一些客户偶尔会抱怨某些页面超时和失败,这似乎表明了同样的问题。
I'm using microsoft's CDN for pulling down the Ajax libraries. And I'm using SSL on some pages.
This URL resolves fine in Firefox and IE:
https://ajax.microsoft.com/ajax/4.0/MicrosoftAjax.js
However in google chrome (on my PC, today...) it seems to time out with a very odd response:
On other PCs it seems to work fine, however I know I'm not the only one experiencing the problem as we've had occasional complaints from some of our clients about certain pages timing out and failing, that seems to point to the same problem.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据我的评论,我遇到了同样的问题,但 Firefox 失败,而 Chrome 和 IE 成功。
重新启动浏览器和计算机没有影响。清除浏览器缓存确实解决了这个问题。我只能假设浏览器缓存中存在某种损坏。
As per my comment, I experienced the same issue but with Firefox failing and Chrome and IE succeeding.
Restarting the browser and the computer had no affect. Clearing the browser cache did fix the issue. I can only assume there was some kind of corruption in the browser cache.