When a user submits a request with a incorrect user or password to my server via my web app, mobile safari and other browsers pop-up a form asking for the correct user/password.
I wish to disable this default behavior and handle the errors myself.
Any suggestions would be welcome as I cannot find any relevant information on what I presume is a common problem (another user asked this same question over a year ago and never received a answer).
Solved my authentication issues but using CURL and setting the appropriate headers. It looks like I was asking for a solution that does not exist to a question that can be avoided.