On 13/03/2009, Charl Gerber <[email protected]> wrote: > > I'm using JMeter 2.3.2 and Tomcat 6.0.18. Java 1.6.0_11. > I have a test plan with a Cookie Manager and HTTP Authorization Manager.
The Auth Manager is only for use with server based authenication. > The application is configured to use form based authentication, but the urls > in my test plan that requires authentication cannot be retrieved. I can view > the output in JMeter's logs and it redirects to my logon jsp, I can see the > logon jsp's html in the logs. > > If I just change the web app to BASIC authentication, it works fine and the > html of the 'secure' pages are logged. > > Are their known issues with form based authentication and JMeter, or how do > I get it working? You need to POST the login data. > Thanks > > Charl > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

