Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为基本身份验证传递用户名和密码很舒服;但如果 iOS Safari 每次都告诉我远离我的网站,则不会。
示例网址
http://bytecode77:123456@example-subdomain.bytecode77.com
我可以在我的代码或网络服务器配置中更改什么以避免这种可疑性吗?
AFAIK,出于安全原因,URL 中的用户凭据已被删除,并且不再出现在 协议规范中。我读到 Chrome 和 IE 不再支持它了。