HTML 5 缓存清单可以托管在另一台服务器上吗?它可以使用相对路径引用本地文件吗?
我有一个应用程序,由于各种原因,需要在主机之间分割内容。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论