SIP 和 HTTP 响应 407 代码之间的区别?
SIP 响应代码 407 和 HTTP 响应代码 407(需要代理身份验证)之间有什么区别?
What is the difference between SIP response code 407 and HTTP response code 407 (Proxy Authentication Required)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据此 PDF,您得到 (当您因未提供凭据而无法对发起者进行身份验证时,使用 SIP 发送 407。
正如您所说,HTTP 407 是在需要代理身份验证时给出的 - 本质上,它们是相同的。
According to this PDF, you get (or send) a 407 with SIP when you cannot authenticate the originator because no credentials are provided.
An HTTP 407 is, as you said, given when proxy authentication is required - essentially, they're the same.