I have an HTML5 website which has AD authentication. Inside this website, I have a webpage which I would like to be a "web app" on an iPad.
I have the cache.appcache file all ready and working fine in an environment where there is no AD authentication.
When I go to the page on the iPad, authenticate and then add to Home Screen, everything seems fine.
When I click on the homescreen shortcut, the page asks for authentication again. I need this to be an offline app - how can I achieve this? I want the user to have to authenticate to get the web app "installed" on the homescreen but after that don't want them to have to authenticate again.
Any ideas welcome!