HTTP Auth Manager is used for login dialog boxes as generated by browsers e.g. for proxies.
Login pages are normally forms, which you then POST back to the server. In which case you need to find out the field names in the form, and add the parameters to the HTTP request. S. On 21/03/06, Simon De Uvarow <[EMAIL PROTECTED]> wrote: > i put the variable into a HTTP Authorization Manager .. but it doesn´t work > ... > > 2006/3/21, Simon De Uvarow <[EMAIL PROTECTED]>: > > > > hi, I want login in a page but using a user's name and pass obtained from > > a DB > > I did the following thing: > > a JDBC petition: "select name from usuarios order by rand() limit 1;" > > a RegEx: get the name and put it into the variable "usuarios" > > > > now i should code the variable into base64 and put it in all the headers > > .. maybe using a Java Sampler > > is that right? or can i do these in other way? > > > > thanks, > > Simon > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

