I am new to Jmeter. I want load testing for my web url. Web application is on Intranet.In My Http Request, I send request for the URL Home Page with Implementation as "HttpClient4". Method is "GET". Then View Result Tree shows error like "401 - Unauthorized: Access is denied due to invalid credentials" in the Response.
However, when I send same request with Implementation as "JAVA" then it works perfectly. I got correct response from the server without providing any credential details. I am using Jmeter version 3.2
Can anyone tell me how can I test same application with "HttpClient4" Implementation ?