I'm trying to use a monitoring platform to validate successful logins to the CommitCRM web interface.
We have had issues where the login page displays (so a regular WEB PAGE check never reports a failure), but the login fails, and the web interface needs a restart to fix the problem.
I've tried supplying BASIC HTML authentication, but the page does not appear to accept it.
Do you know if there is a way I can verify (via script, CURL or HTTP POST or HEADERS) to validate the web interface is functioning?
Thanks!
We have had issues where the login page displays (so a regular WEB PAGE check never reports a failure), but the login fails, and the web interface needs a restart to fix the problem.
I've tried supplying BASIC HTML authentication, but the page does not appear to accept it.
Do you know if there is a way I can verify (via script, CURL or HTTP POST or HEADERS) to validate the web interface is functioning?
Thanks!
Comment