Can't you add one of those image words that you have to type in.

Also why do this. A website provides content. Its not any of the
providers business how I view it or what I do with it afterwards.

Paul

-----Original Message-----
From: drieux [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 10, 2003 11:53 AM
To: begin begin
Subject: Re: perl module to prevent auto registration scripts



On Sunday, Nov 9, 2003, at 23:25 US/Pacific, Ramprasad A Padmanabhan 
wrote:
[..]
>    I am writing a web based registration module. I want to prevent 
> people writing automated scripts ( like using lwp ) and auto register
[..]

The recent discussion about how Google has attempted
to control access to it's site has shown that this is
really not as easy as it sounds.

IF one checks for the 'browser type', then the person
using lwp will need to 'spoof' an acceptable $ua->agent($correct_type);
prior to calling your web-site.

You could try the 'check to see if one can set a cookie'
but that would be problematic, since again the coder with
lwp could deal with that problem.

In essence you are trying to solve the turing test by establishing that
the thing you are 'talking with' is actually a human and not an
automaton.


ciao
drieux

---


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to