-
Re: How do I create a monitor that logs into a web site?
Fodome Aug 24, 2009 8:47 AM (in response to jpsolomon)Hello Jpsolomon,
This is possible as long as the web page uses one of the following authentication methods:
- Basic
- Challenge/Response
- Digest
In other words, the HTTP header in the response must include two things:
- An 'HTTP status' header with a value of "401 - Unauthorized"
- An 'WWW-Authenticate' header with the authentication type to be used.
If this is the case, within the Monitor's settings page next to "Credential for Monitoring" click "Select" and then click "New Credential". Go through the wizard to chose the correct authentication type, enter the credentials and apply it to the Monitor.
Hope this gives you what you need.
Chris Foley - SolarWinds - Support Specialist
Support: 866.530.8040 | Fax: 512.857.0125
network management simplified | solarwinds.com-
Re: How do I create a monitor that logs into a web site?
onsTinNC Sep 11, 2009 1:54 PM (in response to Fodome)Hi Folks.
I''m trying to do something similar myself. I am trying to use ipMonitor to https monitoring for an asp.net site that uses forms authentication, rather than any windows authentication.
Is this possible?
-
Re: How do I create a monitor that logs into a web site?
Fodome Sep 11, 2009 2:13 PM (in response to onsTinNC)Hello onsTinNC,
As forms authentication does not return the following:
- An 'HTTP status' header with a value of "401 - Unauthorized"
- An 'WWW-Authenticate' header
This form of authentication is not supported by ipMonitor.
Having that said, you would need to write a script which performs a POST against the web site in order to submit the credentials and then use the External Process Monitor to trigger the script. Writing a script to POST credentials against a web site over SSL will require some advanced scripting knowledge.
Sincerely,
Chris Foley - SolarWinds - Support Specialist
Support: 866.530.8040 | Fax: 512.857.0125
network management simplified | solarwinds.com
-