本文介绍了iOS Safari建议在网络钓鱼中进行“网络钓鱼"将username:password传递给@url时的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

传递用于基本身份验证的用户名和密码很方便;但是,如果iOS Safari告诉我每次都不要访问我的网站,则不是这样.

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.

示例网址

我可以在代码或Web服务器配置中进行任何更改以避免这种可疑吗?

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

推荐答案

AFAIK,出于安全原因,URL中的用户凭据已被删除并且不再出现在协议规范.我了解到Chrome和IE完全不再支持该功能.

AFAIK, user credentials in URLs have been removed for security reasonsand no longer appear in theprotocol specs.I read that Chrome and IE do not support that at all anymore.

这篇关于iOS Safari建议在网络钓鱼中进行“网络钓鱼"将username:password传递给@url时的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-22 22:41
查看更多