Safari 7 application cache does not work

CachingSafariHtml5 Appcache

Caching Problem Overview


In Safari 7, the main html file with a manifest is loadable when offline, but none of the external resources are loaded, even if they're listed in the manifest file as cached. Safari's resource pane lists the files as in the application cache, but it will not load them. I've tried an extremely simple test, checked MIME type of the manifest file, renamed the manifest file, and tried other demos. Here's an example that works fine on Chrome, but on Safari it will not load the sticky image when offline: http://htmlfive.appspot.com/static/stickies.html

This is the same problem described in https://stackoverflow.com/questions/20655771/appcache-misbehaving-in-safari-firefox, but I think that question doesn't make the problem as clear, and I wanted to provide a question with a concrete demo. Is there a work-around, or does Safari 7 totally not support application cache beyond the primary html file? Thanks!

Caching Solutions


Solution 1 - Caching

Clear Cache in Safari version 7 on Mac OSX

You have two options to clear the cache in Safari version 6: Use the "Empty Caches" option Select which items you want to clear by using the "Reset" option

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionGuy GoldsteinView Question on Stackoverflow
Solution 1 - CachingchandanaView Answer on Stackoverflow