Automated Form Submission

Automated Form Submission

am 14.11.2007 12:32:06 von rn5arn5a

Nowadays, most websites make use of CAPTCHA to prevent automated Form
submission. Can someone please give me examples of how automated Form
submission can be achieved?

It's not that I intend to do some nefarious activities; rather I don't
understand how can automated Form submission be done other than the
website developer coding it (for e.g. using JavaScript to
automatically post a Form, say, after 2 minutes).

Thanks,

Ron

Re: Automated Form Submission

am 14.11.2007 14:42:48 von Tim Slattery

rn5arn5a@gmail.com wrote:

>Nowadays, most websites make use of CAPTCHA to prevent automated Form
>submission. Can someone please give me examples of how automated Form
>submission can be achieved?

Programs written in C, C++, Java or anything else can send http or
https transmissions. After all, that's exactly what a web browser
does, right? So you write one that, instead of taking orders from a
user and sending the requests that he directs, sends out what it
wants. Being a computer program, it can do this thousands of times a
minute.

If you're a programmer, this kind of thing would not be much of a
challenge.

--
Tim Slattery
MS MVP(Shell/User)
Slattery_T@bls.gov
http://members.cox.net/slatteryt

Re: Automated Form Submission

am 14.11.2007 19:23:57 von Jon Paal

post client side coding questions here:

comp.lang.javascript