| | | Junior Member
       
Group: Forum Members Last Login: 6/3/2007 2:16:00 AM Posts: 11, Visits: 1 |
| I'm trying to monitor a https website using the HTTPS Content Monitoring. The site I'm trying to monitor needs a username and password. Does anyone know how I can pass the username and password in the monitoring?
jonas |
| | | | Forum Member
       
Group: Forum Members Last Login: 6/26/2009 3:50:25 PM Posts: 33, Visits: 134 |
| I am also trying to monitor a https page that requires credentials so I can "expect" the right value out of the server.
How can I specify any user credential in a http monitor? would it be possible by script? |
| | | | Supreme Being
       
Group: Forum Members Last Login: 5/28/2009 4:58:57 PM Posts: 111, Visits: 142 |
| | Username and password are sent in the headers for standard HTTP authentication. You'll need to find out the header (maybe WWW-Authenticate?) and calculate the value to set. Check the HTTP RFC for details. |
| |
|
|