可以从不同的主机提供缓存清单文件吗?

发布于 2024-11-03 07:56:38 字数 187 浏览 0 评论 0原文

我正在为一位朋友托管一个缓存清单文件,因为他的服务器以纯文本形式提供清单文件,并且他无法更改它。他自己在自己的服务器上托管其余页面。因此,他的 标记有一个 manifest 属性,该属性是指向我的服务器的完整 URL。

但它似乎不起作用。这是因为缓存清单文件与它所在的网页来自不同的主机吗?

I am hosting a cache manifest file for a friend, because his server serves manifest files as plain text and he can't change it. He's hosting the rest of his pages himself, on his server. So his <html> tag has a manifest attribute that is a complete URL that points to my server.

But it doesn't seem to be working. Is this because the cache manifest file is from a different host as the web page that it is in?

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

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

发布评论

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

评论(1

享受孤独 2024-11-10 07:56:38

manifest属性可以指向绝对URL或相对路径,但绝对URL必须与Web应用程序同源

来源

The manifest attribute can point to an absolute URL or relative path, but an absolute URL must be under the same origin as the web application

Source.

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