You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by maalamaal <ve...@hotmail.com> on 2008/06/18 11:20:29 UTC

http authorization manager

hi
I am trying to use http authorization manager to access a web page where in
it asks for user login and pwd.
i gave my login name and pwd in the authorisation manager but it still does
not work it says

Response code: 401
Response message: Unauthorized

Can you please help me out 
-- 
View this message in context: http://www.nabble.com/http-authorization-manager-tp17977232p17977232.html
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: http authorization manager

Posted by maalamaal <ve...@hotmail.com>.
i found the solution for this issue
Jmeter does not support the digest authentication it only supports basic
authentication.






maalamaal wrote:
> 
> hi
> I am trying to use http authorization manager to access a web page where
> in it asks for user login and pwd.
> i gave my login name and pwd in the authorisation manager but it still
> does not work it says
> 
> Response code: 401
> Response message: Unauthorized
> 
> Can you please help me out 
> 

-- 
View this message in context: http://www.nabble.com/http-authorization-manager-tp17977232p18021803.html
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: http authorization manager

Posted by sebb <se...@gmail.com>.
On 18/06/2008, maalamaal <ve...@hotmail.com> wrote:
>
>  hi
>  I am trying to use http authorization manager to access a web page where in
>  it asks for user login and pwd.

The Auth Manager is only for server authentication:

http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTTP_Authorization_Manager

for login pages, you need to code the appropriate POST request - or
record it using the proxy.

>  i gave my login name and pwd in the authorisation manager but it still does
>  not work it says
>
>  Response code: 401
>  Response message: Unauthorized
>
>  Can you please help me out
>
> --
>  View this message in context: http://www.nabble.com/http-authorization-manager-tp17977232p17977232.html
>  Sent from the JMeter - User mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org