HTML 5 缓存清单可以托管在另一台服务器上吗?它可以使用相对路径引用本地文件吗?

发布于 2024-12-10 12:11:02 字数 556 浏览 0 评论 0原文

我有一个应用程序,由于各种原因,需要在主机之间分割内容。

http://mainsite.org/index.html 提供主 html 文件,该文件从 http://otherhost.com 加载 javascript 和其他可缓存资源

<!DOCTYPE html>
<html manifest="http://otherhost.com/app.manifest">
    ...
</html>

我想要什么能够做的是在 http://mainsite.org/index.html 中指定从 http://otherhost.com/app.manifest 加载 html 5 清单> 并让清单文件包含对所有的引用(最好是相对的)在 http://otherhost.com 上找到可缓存资源

这可能吗? HTML 5 缓存清单可以托管在另一台服务器上吗?

它可以使用相对路径引用本地文件吗?

I have an application which, for various reasons, needs to have the content split between hosts.

http://mainsite.org/index.html serves the main html file, which loads javascript and other cachable resources from http://otherhost.com

<!DOCTYPE html>
<html manifest="http://otherhost.com/app.manifest">
    ...
</html>

What I want to be able to do, is specify in http://mainsite.org/index.html to load the html 5 manifest from http://otherhost.com/app.manifest and have that manifest file contain references (ideally relative) to all of the cacheable resources found on http://otherhost.com

Is this possible? Can the HTML 5 cache manifest be hosted on another server?

Can it reference files local to it using a relative path?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文