How to use jMeter HTTP Authentication Manager

I'm new to jMeter, I want to know how to use HTTP Authentication Manager with jmeter. I pass the username and password in the HTTP request, as well as in the Authentication Manager, but I can not get the answer to the index page.

Thank.

+5
source share
2 answers

Authentication depends on how your web application expects credentials.

If it sets parameters through an HTTP request, the authentication manager will not work for you.

If this is server authentication, click on the link below. (Server authentication is when your web browser gives you a pop-up login window instead of the web page form)

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

+3

All Articles