ltm rule command ANTIFRAUD disableΒΆ
iRule(1) BIG-IP TMSH Manual iRule(1)
ANTIFRAUD::disable
Disables the anti-fraud plugin.
SYNOPSIS
ANTIFRAUD::disable
DESCRIPTION
Disables the anti-fraud plugin.
RETURN VALUE
VALID DURING
EXAMPLES
when HTTP_REQUEST {
# Disable request with Antifraud-Disable header (bypass antifraud plugin)
if { [HTTP::header exists "Antifraud-Disable" ] } {
ANTIFRAUD::disable
}
}
HINTS
SEE ALSO
CHANGE LOG
@BIGIP-11.6.0
--First introduced the command.
BIG-IP 2022-04-12 iRule(1)