Passing a username and a password for Basic Authentication is comfortable; But not if iOS Safari tells me to stay away from my website every time.
Example URL
Is there anything I can change in my code or webserver configuration to avoid such suspiciousness?
AFAIK, user credentials in URLs have been removed for security reasons and no longer appear in the protocol specs. I read that Chrome and IE do not support that at all anymore.