I'm doing NTLM authentication. I'm using the "HTTP Authorization Manger" with "BASIC_DIGEST" mechanism (not Kerberos), and a CSV file of usernames and passwords.
If I run a thread only once, it's able to log in with whichever username password I have it use. But, if I increase the thread loop to more than 1, subsequent loops continue to use the original user. In the request headers on subsequent loops, I can see it's not sending the "Authorization: NTLM" code again. How can I make it re-authenticate with the new user each time the thread loops? Or, how can I make it forget everything, like it's a new thread? The username/password is changing each loop. That's working fine. The problem is jmeter is not even attempting to re-authenticate. I tried setting "Clear auth on each iteration" in the HTTP Authorization Manager, but it doesn't seem to do anything and I read that's only used for Kerberos. Thanks. -- View this message in context: http://jmeter.512774.n5.nabble.com/NTLM-re-auth-on-thread-loop-tp5723684.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
