>Problem is, when I try to hit the pages >(automation) which I've recorded previously returns success response even if >I haven't used the HTTP Authorization Manager. I'm not sure what I'm >missing. Usually you should have got a 401 - but note that JMeter only marks HTTP errors by default , you have to add asertions Check if your recorded script has added some headers (usually some hash/digest value) so it might be getting your recorded credentials (unlikely) Also as on other threads, Jmeter doesnt support all NTLM out of the box
regards deepak On Thu, Apr 19, 2012 at 1:26 AM, ravi_s <[email protected]>wrote: > Thanks for reply Deepak. But I'm stuck on that front only. > > I have also tried - > > Username: USER_ID and Domain: my_company_domain > > But it didn't work as well. Problem is, when I try to hit the pages > (automation) which I've recorded previously returns success response even > if > I haven't used the HTTP Authorization Manager. I'm not sure what I'm > missing. > > Also as the HTTP Authorization Manager documentation suggested, I have made > the following changes in config files: > > jmeter.properties: > httpclient.parameters.file=httpclient.parameters > > httpclient.parameters: > http.authentication.preemptive$Boolean=false > > Please help. > > Thanks and Regards, > Ravindra > > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/JMeter-not-recording-Authentication-pop-up-tp5647448p5651200.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
