- From: Ian Hickson <ian@hixie.ch>
- Date: Thu, 6 Jan 2005 17:35:30 +0000 (UTC)
On Mon, 27 Dec 2004, Robert Accettura wrote: > > The one thing I'd *really* like to see is some method to prevent bots, > but mantain accessibility (something a CAPTCHA doesn't provide). A > bot=false type of solution doesn't really mean much, since that requires > the UA to be honest. Were all familiar with blog spam (i'm being > bombarded as we speak). But just think about how abusive script kiddies > can be with web applications. The possibilities are as endless as the > applications that can be created. I'll echo what mpt said -- you can currently do this with either HTTP Accept: headers or with HTML <object>. For example: <p> What is this? <object data="captcha-jpeg.cgi?id=125135"> <object data="captcha-mp3.cgi?id=125135"> (This server only supports audio and visual CAPTCHAs. For help, please contact ...) </object> </object> <input type="text" name="captcha"> </p> I don't really see a better way to do it. -- Ian Hickson U+1047E )\._.,--....,'``. fL http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
Received on Thursday, 6 January 2005 09:35:30 UTC