I have an HTML5 webapp that works great when serving through IIS without authentication.
Is uses the cache.manifest file.
As when running in safari, or as a full-screen application, "add to the desktop" after updating the manifest file on the server and updating the application.
When I enable authentication in all files except cache.manifest, I see the update only when launched in the Safari browser.
If I add it to the desktop, I cannot make the application update the cache.
If I scroll through the traffic on the server, I see that the manifest file is retrieved without problems, but all the files in the manifest file get error 401 Unautorized.
Any idea how I can fix this? Running it in the Safari browser works.
Any help greatly appreciated.
source share