从 Azure CDN 禁用缓存时出现 Three.js 加载程序 HTTP2 协议错误

发布于 2025-01-09 01:16:07 字数 154 浏览 0 评论 0原文

我正在使用 Three.js 加载器通过 Azure CDN 从 Azure 存储加载一些图像资源 当浏览器使用缓存时,它工作正常,但如果缓存已过期,或者如果我在开发工具中禁用浏览器缓存,则加载失败并出现错误:

net::ERR_HTTP2_PROTOCOL_ERROR 200

I'm using Three.js loader to load some image assets from Azure storage through Azure CDN
When the browser uses the cache, it works fine, but if the cache has expired, or if I disable the browser cache in dev tools, the loading fails with the error:

net::ERR_HTTP2_PROTOCOL_ERROR 200

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

酒中人 2025-01-16 01:16:07

对于遇到此问题的其他人,我通过删除 CDN 资源并在标准 Microsoft 计划(之前是标准 Akamai)上重新创建它来修复此问题。
不确定是否是计划变更,或者只是重建 CDN 来修复它,但现在可以使用了

For anyone else that experiences this, I fixed it by deleting the CDN resource and re-creating it on the Standard Microsoft plan (it was standard Akamai before).
Not sure if it was the plan change, or simply re-building the CDN that fixed it but it works now

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文