I have a Windows server 2012 where jmeter 4 is installed. I try to record browser action using HTTP(S) Test Script Recorder but I'm facing a problem. I try to access to a Sharepoint site using NTML authentification on another Active Directory.
My Test Script recorder is set to use the port number 8080 and HttpClient4. My proxy browser is set to use the port 8080 on localhost. In the system.properties file, I've set my firm proxy like this :
http.proxyHost=your_corporate_proxy_host
http.proxyPort=your_corporate_proxy_port
https.proxyHost=your_corporate_proxy_host
https.proxyPort=your_corporate_proxy_port
When I'm going on my SharePoint Site, I've to enter my credentials but then I got an error "Error Connexion reset". I can see that the action are recorded and the response of the request is "401 Unauthorized".
I'm sure that my credentials are good.
Jmeter give this message : Out of sequence NTLM response message
Do you have any idea to resolve this problem ?
Thanks,