Sorry, that was misleading. JMeter 2.3RC3 now uses pre-emptive authentication by default for HttpClient samplers, see:
http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTTP_Authorization_Manager In 2.2 and earlier, it always used challenge authentication for both HTTP samplers. On 04/09/07, sebb <[EMAIL PROTECTED]> wrote: > Because that is the way it currently works. > > If you are using HTTP Client, you can request pre-emptive > authentication by setting > > http.authentication.preemptive$Boolean=true > > in the httpclient.parameters file (bin directory) > > I'm not sure if the default Java HTTP implementation provides any > means of specifying this. > > On 04/09/07, Bhanu Krishna Cherukuri <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Just one question on Jmeter authorization manager. > > > > Why the Authorization manager does not send the header at the start of the > > request instead of after it gets a chalange? > > > > thx > > Bhanu > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

