Forum Discussion
sys-team_172267
Mar 10, 2016Nimbostratus
Blocking specific "USER AGENT" version and lower by iRule
Hello,
i want to use iRule to block requests that contain some "USER AGENT" version and lower("=<").
how can i do it?
Thanks.
Krystian_Baniak
Mar 14, 2016Altocumulus
Hi,
you will be able to do it when: * split HTTP User-Agent string into tcl list * for given set of Browsers (like Chrome) parse version list element to a float: version.minor_version * use <= on such a data, even using a data-group holding rules definitions:
Chrome := 26.0
Firefox := 27.1
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