I have a manifest that looks something like this:
CACHE MANIFEST
The problem is that my pages /404.html and / 500.html (which are obviously served by 404 and 500 response codes) start a backup. They act as if the server was offline.
My question is twofold:
- Why does /404.html start a backup when / events do not work?
- How can I allow /404.html and / 500.html not to start backups when /
call him up.
For what it's worth, I've already tried this:
NETWORK: * /404.html /500.html
... however, since these pages are served with a non-200 response code, it causes an application cache error callback and the cache is not saved.
Thanks!
source share