0
votes

I am scripting for a Sharepoint application in its Production environment which uses NTLM Authorization. The recording is working fine, but I am facing 401:Unauthorized error while playback of the same script. Since this is an NTLM authorization application, the launch of the application redirects to the Homepage without asking for the login credentials. The first HTTP request of the script which is a GET Method throws 401 Unauthorized error. I've used HTTP Authorization Manager, HTTP Cookie Manager, HTTP Cache Manager. The same config elements are used in the scripts for UAT env which works fine and such issue is never experienced in the UAT environment. Please feel free to suggest if you have any idea on this issue.

Thanks.

1

1 Answers

1
votes

HTTP Authorization Manager should have "Domain" field populated and matching your environment for NTLM authentication along with username and password.

See Windows Authentication with Apache JMeter guide for more details.