I'm using Web Dumper on a Mac...
I must download many pages with different id...
but when i use account credentials with this url (https), web dumper downloads only login page!
https://ip_server/requestInfo.do?id=1241
This is the code of login form:
Can you help me?!
Thanks
Regards
Iazza
I must download many pages with different id...
but when i use account credentials with this url (https), web dumper downloads only login page!
https://ip_server/requestInfo.do?id=1241
This is the code of login form:
Code:
<form method="POST" action='j_security_check' name="loginForm">
<tr><td height="22"><input height="22" type="text" name="j_username" size="16"></td></tr>
<tr><td height="22"><input height="22" type="password" name="j_password" size="16"></td></tr>
<td height="22"><input class="button_middle" type="submit" value="LOGIN"/></td>
<td height="22"><input class="button_middle" type="reset" value="RESET"/></td>
</form>
Can you help me?!
Thanks
Regards
Iazza