NSURLCredential 通过 https 安全吗?
NSURLCredential 是响应身份验证质询时通过 https 连接发送密码的安全方法吗?我认为这会以安全的方式发送用户名和密码,又名。加密而不只是作为 url 中的参数 - 这是正确的吗?
感谢您的回复!
Is NSURLCredential a safe way to send a password over a https connection when responding to a authentication challenge? I assume that this sends the user name and password in a safe way, aka. encrypted and not just as parameters in the url - is this correct?
Thanks for the responses!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您回答委托方法,它将被安全地传递。
If you answer the delegate method, it is passed securely.
是的,是的。
如果您正确回答委托方法,NSURLCredential 是安全的。
Yes, Yes it is.
NSURLCredential is secure if you answer the delegate method properly.