I'm aware of HTML5 app cache, which can be used for creating offline applications through the use of a cache manifest file.

Is there a way to make the browser load a resource offline (from cache when the Internet is disconnected) using just standard HTTP headers? If so, what headers should I be sending?

有帮助吗?

解决方案

This is not possible through the use of standard HTTP caching headers.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top