- Wed Apr 23, 2014 12:58 pm
#33805
getting a bit technical here... but have you tried the 'honeypot' idea.... it's not perfect, but in combination with what you're already doing it might help a bit... if you google it there are lots of examples....
"Another technique I find to be working really well is the "honeypot" technique. I create a CSS-hidden input field with a delicious, attractive name "url" and then validate it to be empty."
Basically you add a field and hide it using CSS. Then on the server, you check that the parameter is empty. Apparently bots will fill all fields out as they can't tell if they're hidden. Normal users ignore it because they can't see it.
There are many variations. Might be worth a try.
Now back to drumming....
"Another technique I find to be working really well is the "honeypot" technique. I create a CSS-hidden input field with a delicious, attractive name "url" and then validate it to be empty."
Basically you add a field and hide it using CSS. Then on the server, you check that the parameter is empty. Apparently bots will fill all fields out as they can't tell if they're hidden. Normal users ignore it because they can't see it.
There are many variations. Might be worth a try.
Now back to drumming....

