I have a webpage has a login form. I would like to login into the page, and the get the output of a status webpage afterwards. Trying to get VisualCron to pass the login credentials, but I can't seem to get it to log in. Can anyone help me see what I am doing wrong? The web page form looks like this. I've tried the job with paramaters and with credential defined, but can't see to get it to log into the page. Your thoughts?
<form action="j_security_check" method="post" id="j_security_check" name="j_security_check">
<table class="loginTable">
<tr>
<td align="right">Username:</td>
<td align="left"><input type="text" id="j_username" name="j_username"/></td>
</tr>
<tr>
<td align="right">Password:</td>
<td align="left"><input type="password" id="j_password" name="j_password"/></td>
</tr>
</table>
</form>
Edited by user
2010-08-11T20:08:37Z
|
Reason: Not specified
pmontoya attached the following image(s):