Background:
I have built a web page that should work even offline. This page is made by following 'AppCache' guidelines.
My web browser is an IE11 on a HP windows 8 tablet.
When I hit the direct URL of the page on the physical server(Oracle weblogic) then I am able to access the page. The same page is accessible via the IE11 browser even when I turn off the network connections.
Issue:
When I access the same page via the corporate gateway(F5 & OHS) then the page is available when there is network connectivity. But once I turnoff the network connectivity then I see the page 'You're not connected to a network'.
When I connect back to the network and try accessing the same page then I can see the resources requested by my page are all served from the local cache browser ( I inspect the network via IE developer tools).
Am not sure what is happening. I would like to access my page even when there is no connectivity.
Note:
My pages are accessible via the gateway using only 'HTTPS'. Where as my direct access to the server is using 'HTTP'