2010/7/24 Mayur Mahajan <mayurmahajan...@gmail.com>:
>  I have made a shorter version of my mail.
>       When I send a request to the server through my NTA client, I get the
> response of the message(407 Unauthorized) in the callback. So, when the
> callback function gets the 407 message it invokes authorize_ua() method. The
> problem is I am not able to send the request which authorizes me.  Could you
> please help me in the following things :-

The 407 Unauthorized is sent by a proxy (as opposed to the 401
Unauthorized which is sent by UAS). The 407 carries Proxy-Authenticate
header (instead of WWW-Authenticate in 401) and the subsequent retry
should contain Proxy-Authorization header.

> nta_leg_destroy(context->c_leg), context->c_leg = NULL;
>
>       if (context->c_leg)

This is an another problem...

-- 
Pekka.Pessi mail at nokia.com

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to