Generally (but not limited to ),
- 407 proxy responses for messages sent to SIP clients.
- 401 responses for messages sent to SIP servers.
E.g.
- messages like INVITE & BYE will receive 407 responses
- messages like REGISTER & SUBSCRIBE will receive 401 responses.
On 20-Oct-2015 8:07 PM, "Brett T
On 10/20/15 8:37 AM, Tuxic Geek wrote:
Hello Anand,
You are totally right, although I have a confusion here about what proxy is
challenging me with the 407 response code?
I mean by the word proxy what does the server mean? Does it mean Media
Proxy?
It means sip proxy as defined in rfc3261. IOW
> You are totally right, although I have a confusion here about
> what proxy is challenging me with the 407 response code?
An intermediary (proxy or B2BUA) is challenging the request.
> I mean by the word proxy what does the server mean?
RFC 3261 section 6 provides the definition of proxy. How
Hello Anand,
You are totally right, although I have a confusion here about what proxy is
challenging me with the 407 response code?
I mean by the word proxy what does the server mean? Does it mean Media
Proxy?
On Tue, Oct 20, 2015 at 9:14 AM, Anand Konji wrote:
> Hi Harshith,
>
> The 401 (Unau
Hi Harshith,
The 401 (Unauthorized) response message is used by an origin server to
challenge the authorization of a user agent.
401 response MUST include a WWW-Authenticate header field containing at
least one challenge applicable to the requested resource.
The 407 (Proxy Authentication Require
What is the difference between a SIP 401 Unauthorized and SIP 407 Proxy
Authentication Required?
I assumed SIP 401 is for REGISTER messages and SIP 407 was for INVITE message
challenging
Am i correct?
Thanks
Harshith
__