iOS Safari suggests “phishing” when passing username:password to @url

笑着哭i 提交于 2019-12-20 03:04:03

问题


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

http://bytecode77:123456@example-subdomain.bytecode77.com

Is there anything I can change in my code or webserver configuration to avoid such suspiciousness?


回答1:


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.



来源:https://stackoverflow.com/questions/29971092/ios-safari-suggests-phishing-when-passing-usernamepassword-to-url

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!