Thanks for the great responses guys, I've got my config as Mark has described it and its working.
Thanks again. ----- Original Message ----- From: "Mark Juliana" <[EMAIL PROTECTED]> To: "'JMeter Users List'" <[EMAIL PROTECTED]> Sent: Friday, September 27, 2002 10:33 AM Subject: RE: Http FORM authentication > Hi Minh, > > I'm doing something similar. Here's how I'm doing it: > -root > -thread group > -http request <-- request a page the requires login > you should get the redirect response > > -http request <-- POST the login data to the login page > -http cookie manager > > This should work if your site sets a cookie for logged in users. The trick > is you have to have a request that sends your login data to the login page. > > mark > > <some content removed> > My scenario is this: > I have a site that authenticates this way and I wish to test a secured page. > > I set up a threadgroup accessing the secured page. > > Now when I run the tests, I get redirected to the login page as expected. > How should I handle this in JMeter? Cookie manager? Or is there a tweak for > the authentication manager? > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

