vote up 1 vote down star

What is the difference between SIP response code 407 and HTTP response code 407 (Proxy Authentication Required)?

flag

What is the reason for close ? – joe Jun 24 at 16:05
If you feel that you have to slap non-programming-related on your question, maybe you should think of a better way to ask your question... – Shog9 Jun 24 at 16:06

1 Answer

vote up 1 vote down check

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.