How can i make a http health monitor that does a login on a website.
I’ve tried it with post health monitor using the following fields
<input id=“password” type=“password” name=“org.apache.jetspeed.login.password”
In the health monitor template
name=&password= and expecting a certain word after succesfull login on the webpage
Only when looking on webserver in the jetspeed.log we see the health monitor trying but it the username and password are not beeing submitted to the login proces.
how can i make the post helath monitor do the login button submit ?
Using default username and password fields in template also don’t get the expected results. Thany you in advance.