I'm developing some PHP pages that require HTTP Authentication. In some cases, displaying the logon prompt is fine, but in other cases (where I'm trying to provide access to an app on an ipad), it is not.
Can a user send their username and password in a request for a page somehow, in order to 'bypass' the logon prompt, and if so, how would this be accomplished?
I'll be using HTTPS.