I am using Jmeter for performance testing and as i try to replay the request I am getting the following response header
I am using HTTP Authorization Manager with the following info base url - example.com username - username password - kind domain - example.com:80 Realm - Mech - Basic_digest
Body size in bytes: 0 Sample Count: 1 Error Count: 1 Response code: 401 Response message: Unauthorized
Response headers: HTTP/1.0 401 Unauthorized WWW-Authenticate: Basic realm="Secured Area" Server: BigIP Connection: Keep-Alive Content-Length: 0
anythoughts on what I should try different
Thanks