R
[RaZoR]
Hi,
Is it possible based on that simple form below to determine the complete
string that is send to server after clicking "submit" button?
After clicking "submit" as a response I get a file from server.
I have to fill that form very often. Recently, I've found small program
that can retrieve any file if provided with exact link. I would like to
use that proggie and automate that process instead of filling this form
and submitting.
Is that possible to determine this exact link that is sent to server?
I would appreciate any help and suggestions,
[RaZoR]
<FORM NAME="dat" ACTION="http://www.srv.net/dir/file.dat" METHOD="POST">
<INPUT NAME="dat" VALUE="1">
<P>
<SELECT NAME="data">
<OPTION VALUE="2003" SELECTED>2003
<OPTION VALUE="2002">2002 </OPTION>
</SELECT>Year
<P>
<INPUT TYPE=RADIO NAME="border" VALUE="1">1<BR>
<INPUT TYPE=RADIO NAME="border" VALUE="2">2<BR>
<P>
<INPUT TYPE=CHECKBOX NAME="box_1" VALUE="1" CHECKED">some text<BR>
<INPUT TYPE=CHECKBOX NAME="box_2" VALUE="1">some text2<BR>
<P>
<INPUT <INPUT TYPE=SUBMIT VALUE="Submit">
</FORM>
Is it possible based on that simple form below to determine the complete
string that is send to server after clicking "submit" button?
After clicking "submit" as a response I get a file from server.
I have to fill that form very often. Recently, I've found small program
that can retrieve any file if provided with exact link. I would like to
use that proggie and automate that process instead of filling this form
and submitting.
Is that possible to determine this exact link that is sent to server?
I would appreciate any help and suggestions,
[RaZoR]
<FORM NAME="dat" ACTION="http://www.srv.net/dir/file.dat" METHOD="POST">
<INPUT NAME="dat" VALUE="1">
<P>
<SELECT NAME="data">
<OPTION VALUE="2003" SELECTED>2003
<OPTION VALUE="2002">2002 </OPTION>
</SELECT>Year
<P>
<INPUT TYPE=RADIO NAME="border" VALUE="1">1<BR>
<INPUT TYPE=RADIO NAME="border" VALUE="2">2<BR>
<P>
<INPUT TYPE=CHECKBOX NAME="box_1" VALUE="1" CHECKED">some text<BR>
<INPUT TYPE=CHECKBOX NAME="box_2" VALUE="1">some text2<BR>
<P>
<INPUT <INPUT TYPE=SUBMIT VALUE="Submit">
</FORM>