Hi,
In my site, Page1.asp:
<form action="Page2.asp" method="post">
<input type="text" name="text1">
<input type="submit">
</form>
Page2.asp got the content in "text1" of page1.asp
Now, somebody visits Page1.asp and then Page2.asp many times every day by program. I want to stop him but he got a lot of IP.
Can you tell me how a program can fill in <input type="text" name="text1"> and then press the button <input type="submit">?
If you can, also tell me what I should do to stop him?
Thank you for your help in advance.
In my site, Page1.asp:
<form action="Page2.asp" method="post">
<input type="text" name="text1">
<input type="submit">
</form>
Page2.asp got the content in "text1" of page1.asp
Now, somebody visits Page1.asp and then Page2.asp many times every day by program. I want to stop him but he got a lot of IP.
Can you tell me how a program can fill in <input type="text" name="text1"> and then press the button <input type="submit">?
If you can, also tell me what I should do to stop him?
Thank you for your help in advance.