Hi Guys, I have created one simple script with one sample and one listner.
Sample is HTTP request and site is secured, so i used https protocol. *When I run the script I am getting below sampler result:* Sample Start: 2016-08-05 08:51:01 IST Load time: 8801 Connect Time: 2679 Latency: 3031 Size in bytes: 2963 Headers size in bytes: 1047 Body size in bytes: 1916 Sample Count: 1 Error Count: 1 Response code: 401 Response message: Unauthorized Response headers: HTTP/1.1 401 Unauthorized Content-Type: text/html Server: Microsoft-IIS/7.5 WWW-Authenticate: Negotiate WWW-Authenticate: NTLM X-Powered-By: ASP.NET Date: Fri, 05 Aug 2016 03:21:07 GMT Content-Length: 1293 HTTPSampleResult fields: ContentType: text/html DataEncoding: iso-8859-1 *Respnse Data:* Server Error 401 - Unauthorized: Access is denied due to invalid credentials.You do not have permission to view this directory or page using the credentials that you supplied. Please help me how to resolve this issue.
