I am new to Jmeter and have the following problem. He wasted a couple of days for me, and I really hope someone can help:
When I go on to record the login page for the website (IIS Hosting, Windoes Authentication), I end up with an unauthorized 401. The login screen pops up again after entering the data. The same details work correctly when viewed on a site without using Jmeter.
Situation: Intranet Proxy> JMeter Proxy> Website
I started JMeter with Intranet proxy information:
jmeter -H -P 8080 -u -a -N localhost
I created an HTTP Proxy Server in WorkBench in JMeter
HTTP Sample Settings = HttpClient 3.1 / Redirection / Follow and Keep Alive
I added an HTTP authorization manager to the thread group, providing my data
I have uncommented httpclient.parameters.file = httpclient.parameters in jmeter.properties file
I have an uncommented http.proxyDomain = NTLM domain if an HTTPClient sampler in the same file is required
I have uncommented http.authentication.preemptive $ Boolean = true in the httpclient.parameters file
I believe that NTLM credentials are lost somewhere along the way, but I donโt know where to go at this moment.
Let me know if any other information is helpful.
Thanks in advance, Yon.
Eoin source share