How do I detect bots programatically

Posted by Tom on Stack Overflow See other posts from Stack Overflow or by Tom
Published on 2010-05-05T19:03:08Z Indexed on 2010/05/05 19:08 UTC
Read the original article Hit count: 176

Filed under:
|

we have a situation where we log visits and visitors on page hits and bots are clogging up our database. We can't use captcha or other techniques like that because this is before we even ask for human input, basically we are logging page hits and we would like to only log page hits by humans.

Is there a list of known bot IP out there? Does checking known bot user-agents work?

© Stack Overflow or respective owner

Related posts about bots

Related posts about ASP.NET