Im trying to log into a website and the sample code that i used came
from
http://www.1your.com/drupal/LoginToWebsiteByHTTPPOST
this works great, but the problem is that for the actual website i
want to log into, once you click the login button, it has the
following
[code]
<form
action="http://www.robot-forum.com/robotforum/index.php?
action=login2" method="post" accept-charset="ISO-8859-1"
onsubmit="hashLoginPassword(this,
'095ffdf97a5fd18c1ab85e8ed92202d3');"><br />
<input type="text" name="user" size="7" />
<input type="password" name="passwrd" size="7"
/>
<select name="cookielength">
<option value="60">1 Hour</option>
<option value="1440">1 Day</option>
<option value="10080">1 Week</option>
<option value="43200">1 Month</option>
<option value="-1"
selected="selected">Forever</option>
</select>
<input type="submit" value="Login" /><br />
Login with username, password and session length
<input type="hidden" name="hash_passwrd"
value="" />
</form>
[/code]
my problem is that "HashloginValue" is part of the websites
information, and im a bit clueless on how i would actually handle all
of this. Im supposing that im logging in with the username,
passwordHash, and sessionlength values but dont know how
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en