Hi, I am trying to test a Rest API with Basic Authentication enabled but something weird is happening.
When I try to fire a GET request, I am getting authentication error whereas with POST request its working fine. This GET Request is basic ping check for the API and have few url redirections. I have tried testing with HTTPClient4, HTTPClient3.1 options as well. Jmeter Test Plan Structure is: - Thread Group - HTTP Authorization Manager - HTTP Request (GET) - HTTP Request (POST) - View Result Tree Can anyone please provide some insight? Thanks.. Nitin Rastogi
