Forum Discussion
Kevin_Leicht_51
Aug 14, 2012Nimbostratus
iRule not working since upgrading to 11.2
Apologies if a similar question has been asked and answered. I searched the forum but couldn't find anything. I have an irule that references a data group for blocking spiders by user-agent (I copied ...
Kevin_Leicht_51
Aug 15, 2012Nimbostratus
I ended up going with:
when HTTP_REQUEST {
if { [class match [string tolower [HTTP::header "User-Agent"]] contains UserAgentBlacklist ] } {
drop
}
}
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