Thanks Felix, I have tried "HTTP Authorization Manager" and found the response that
///////////////////////////////////// Response headers: HTTP/1.1 401 Access Denied Content-Length: 4395 Date: Tue, 21 Dec 2010 01:38:36 GMT Content-Type: text/html Server: Microsoft-IIS/5.0 WWW-Authenticate: Negotiate WWW-Authenticate: NTLM WWW-Authenticate: Digest qop="auth", realm="192.168.10.1", nonce="6779783150557f626815252000009dba92e6e5352385f2e8906c28f3591f" ////////////////////////////////////// It seems NTLM process hampering the Jmeters authorization. Any other way to beat it? Arthur --- On Mon, 12/20/10, Felix Frank <[email protected]> wrote: > From: Felix Frank <[email protected]> > Subject: Re: How to convey ID/PWD to a popup screen? > To: "JMeter Users List" <[email protected]> > Date: Monday, December 20, 2010, 4:48 AM > On 12/20/2010 09:03 AM, lcf wrote: > > > > Hi Garvita, > > > > Thanks for your timely reply!. > > I tried to record as what you said before asking for > help, > > but the popup screen itself cannot be recorded. > > (maybe Jmeter cannot record that kind of screen for > other screens are > > perfected recorded) > > > > Any other ideas? > > If it's not recorded, it is probably your browser > requesting htaccess > credentials. > When in *nix, confirm using 'wget <application-url>'. > If you get 403 > Access Denied, you need credentials. > > This is actually very simple. Add a HTTP Authorization > Manager and set > its options accordingly. > > HTH, > Felix > > --------------------------------------------------------------------- > 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]

