Forum Discussion
winifred_corbet
Nimbostratus
Aug 10, 2010How to block Googlebot/Nutch-1.0 Bot
We have this Bot that is killing us:
Googlebot/Nutch-1.0 (Prototype; http://en.wikipedia.org/wiki/Web_crawler; donotreply at prototype dot com)
We would like to block it completely. I see there are irules to redirect Bots, but is there a simple one that can block this all together?
- hoolio
Cirrostratus
Hi Winifred,when HTTP_REQUEST { Check the UA header value, set to lower case switch -glob [string tolower [HTTP::header User-Agent]] { "*googlebot/nutch*" { Bad UA, send a TCP reset reject } } }
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects