Hi, All. New to JMeter (among other things).
I'm trying to test a website which has server authentication (i.e., invokes browser to pop up a messagebox requesting username/password for domain/realm. I had naively assumed that the proxy-recorder would capture this for me, but it did not. No matter: I added an HTTP Authorization Manager to the thread group for the test, and added an entry for the website. However, when I run my test, and look at the results dumped to the textfile by way of the aggregate reporter, it seems to indicate that the authorization is not occurring (or not occurring properly). E.g.: <responseData class="java.lang.String"><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>401 Authorization Required</title> </head><body> <h1>Authorization Required</h1> <p>This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.</p> <hr> <address>Apache/2.0.54 (Fedora) Server at www.xxx.com Port 80</address> </body></html> </responseData> Any hints? I should mention that the "domain" and "realm" fields of the authorization manager entry are blank. I have tried filling them in, but that didn't seem to help either. Thanks in advance. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

