Quote:
Originally Posted by malraux Yeah, I could code up an automator script to get safari to pull everything down, but that would still be my web browser getting the info.
On a related note, have you figured out what the code is to log in. obviously you'd want to post email and password but I still haven't figured out where that goes. |
Looks to be login.aspx
Quote:
|
<form name="form1" method="post" action="login.aspx?page=monster&id=2351" id="form1">
|
Here're the relevant bits:
Quote:
<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWBAK5u9HLAQKyzcaDDQLyveCRDwK4+vrXBTI0l5j0hL3ej51 4UF0fpXH07GN4" />
<input name="email" type="text" id="email" />
<input name="password" type="password" id="password" />
|