
June 15th, 2003, 05:10 AM
|
|
Contributing User
|
|
Join Date: May 2003
Posts: 34
Time spent in forums: < 1 sec
Reputation Power: 5
|
|
|
Send form submission data to another server
Hi.
Nubie question - Don't shoot !
A website has a form with the first line as written below:
<form METHOD="POST" action="submission_form.asp" name="FrontPage_Form1" webbot-action="--WEBBOT-SELF--">
Can I, if I match the field names used, submit my form and have it sent to their server as if the submission had come from their server?
Could I use:
<form METHOD="POST" action="http://www.their_site.com/submission_form.asp" name="FrontPage_Form1" webbot-action="--WEBBOT-SELF--">
and I match all of the field names? Would that work?
Could I harm their "database", or whatever they are doing with the form submission?
Since you are going to ask "why". My reasons are noble enough. It would just make things much easier.
Thank You.
Tom
|