On 10 August 2015 at 11:03, Nitin Rastogi <[email protected]> wrote: > 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?
If auth uses cookies, then you need to add a Cookie Manager. > Thanks.. > Nitin Rastogi --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
