Monday, December 16, 2002, 10:25:57 AM, you wrote: SB> Has anyone tried to use SA to check a web page that uses Forms-based SB> Authentication? How would you go about it?
Depending on how the page is written, you can sometimes get by with passing the form variables in the URL, like this: http://mysite/login.asp?username=Bryon&password=MyPwd The "username" and "password" strings must be the exact same name as the form fields that you're logging into. If the page is a public one, let me know and I can give you the URL to use. If not, I can get more specific. -- BrentO Calvin: And before I got to third grade, I could retire. To unsubscribe from a list, send a mail message to [EMAIL PROTECTED] With the following in the body of the message: unsubscribe SAlive
