L
lasabo
Hi,
I'm trying to log in to a webpage automaticly, the
sourcecode for the page is:
<FORM ACTION="/login_post" METHOD="POST">
<input type="hidden" name="REDIRECT"
value="config.htm"><div align="left">
Password </font><input type="password" name="PWORD"
size="20">
<input type="submit" value="Login">
When I try to post the data using uploadData I send:
REDIRECT=config.htm&PWORD=XXXXX
When I use Ethereal I see that this is the same post that
the Internet Explorer posts. The only difference is that
my program sends a "POST config.htm" header, but the IE
sends "POST /login_post" . I think this may be why my
program cant log in. Does anybody know how I change this?
I'm trying to log in to a webpage automaticly, the
sourcecode for the page is:
<FORM ACTION="/login_post" METHOD="POST">
<input type="hidden" name="REDIRECT"
value="config.htm"><div align="left">
Password </font><input type="password" name="PWORD"
size="20">
<input type="submit" value="Login">
When I try to post the data using uploadData I send:
REDIRECT=config.htm&PWORD=XXXXX
When I use Ethereal I see that this is the same post that
the Internet Explorer posts. The only difference is that
my program sends a "POST config.htm" header, but the IE
sends "POST /login_post" . I think this may be why my
program cant log in. Does anybody know how I change this?