I have an ad-hoc iPad app distribution server setup to allow users to download nightly builds of an iPad app through Safari, and I have Basic HTTP Authentication setup on the server.
When the user clicks the link to download the app, which looks something like this:
itms-services://?action=download-manifest&url=http%3A%2F%2F<url>
Safari is prompting the user to enter credentials every time. Is there a way to make it cache the credentials, like it does for normal http://
pages?