RE: HTTP Request...How to login to website...

2006-02-03 Thread Lincoln, Adym
Original Message- From: John Bullock [mailto:[EMAIL PROTECTED] Sent: Thursday, February 02, 2006 5:10 PM To: JMeter Users List Subject: Re: HTTP Request...How to login to website... The login page is probably an html form, so a JMeter HTTPSampler in appropriate. Set the mode to POST, the use

Re: HTTP Request...How to login to website...

2006-02-02 Thread John Bullock
The login page is probably an html form, so a JMeter HTTPSampler in appropriate. Set the mode to POST, the use form's action as the request URL, and supply one HTTP parameter for each form input. On Thursday 02 February 2006 12:22 pm, Lincoln, Adym wrote: > Hi all, > > Trying to setup JMeter t

HTTP Request...How to login to website...

2006-02-02 Thread Lincoln, Adym
Hi all, Trying to setup JMeter to load test a website that requires login authentication. the login page uses simple database authentication...i.e. user table with simple clear-text password comparison. Has anyone setup such an Element in Jmeter? And if so, how? Configuration - - J