BOTDEFENSE::disable¶
Description¶
Disables processing and blocking of the request by Bot Defense, for
the duration of the current TCP connection, or until
BOTDEFENSE::enable is called.
Syntax
BOTDEFENSE::disable
Warning
Deprecated in BIG-IP Next v20.0.1
Valid During¶
ALL_EVENTS, CLIENT_ACCEPTED, HTTP_REQUEST
Examples¶
# EXAMPLE: Disabling Bot Defense for a netmask of client IP addresses
when CLIENT_ACCEPTED {
if {[IP::addr [IP::client_addr] equals 10.10.10.0/24]} {
BOTDEFENSE::disable
}
}
Change Log¶
- Introduced: BIGIP-12.1
- Deprecated: BIGIP-20.0.1
The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.