Hi You would use an Authorization Manager in Jmeter and specify a username /base url there The proxy server does remove Cookie and Authorization headers so I guess you wouldnt get to see the Authorization header( http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTTP_Proxy_Server )
regards deepak On Thu, Oct 29, 2009 at 10:25 AM, David Levine <[email protected]>wrote: > I used the HTTP Proxy Server to record a page protected with basic > authentication. I got two HTTP Requests, as expected. However, the second > request did not include the basic authentication line. I was looking for > something like: > > Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ== > > But I didn't see that. Do I manually have to add basic authorization as a > header? > > Or am I missing something about doing basic authentication with JMeter? > > David

