Localhost.
IE10 / Firefox 24
I am testing some caching options in my application and want to set Internet Explorer and Firefox in Work Offline mode. The browsers work fine for cached pages but whenever hitting a resource that's not cached, they immediately connect and download. I'm looking and searching but can't find a way to disable this auto-go-online behavior.
Is there a way to permanently set the browsers in offline mode and not auto-connect? I would just like them to display the 'not found' message when something is not available via browser cache.
UPDATE
Firefox seems to be a little better. It will stick to offline mode when browsing www content (it will not load pages), but will always load local server content.
IE10 always re-connects whether local or www.
In terms of localhost, i've tried plain old 'localhost', and mapped local domains (myawesomeapp.local)