Domanda

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?

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top