Hi All, We have PA Server Monitor in use right now, and we are loving it. However, I am facing one big problem that doesn't seem to be covered by the standard monitors.
I need to login to a website (post username/pwd to login page), verify that the login is successful (200 reponse code or success text), and then logout (get logout page). The logout is needed to prevent sessions from building up on the site.
My current thoughts are to script the transaction with XHR object in vbscript. That is going to be a pain.
Hopefully though, someone has an alternative apporach, or a similar script to share :)