I have a special iPad application distribution program that allows users to download nightly builds of iPad applications through Safari, and I have the basic HTTP authentication setting on the server.
When a user clicks on a link to download an application that looks something like this:
itms-services://?action=download-manifest&url=http%3A%2F%2F<url>
Safari prompts the user to enter credentials each time. Is there any way to make cache memory credentials, for example, for regular http:// pages?
source share