Forum Discussion
ghchee
Dec 22, 2023Nimbostratus
iRule to enable specify bot Defense profile
I wanna to create irule to enable specify bot Defense profile for specify host, Are the script below correct? please comments. irule for bot defense =================== when HTTP_REQUEST { sw...
Juergen_Mang
Dec 22, 2023MVP
You can not switch the Bot Defense profile: https://clouddocs.f5.com/api/irules/BOTDEFENSE__enable.html.
BOTDEFENSE::enable accepts no arguments.
- ghcheeDec 22, 2023Nimbostratus
Hi Juergen,
Do you mean i need to create the separeate irule for ASM policies and BOTDEFENSE profile as below?
Can provide an example?irule for bot defense (e.g.)
=======================
when HTTP_REQUEST {
if {[HTTP::host] starts_with "hrweb.abc.om"} {
BOTDEFENSE::enable "/Common/hrweb-bot-defense"
} else {[HTTP::host] starts_with "Infra.abc.com"} {
BOTDEFENSE::enable "/Common/Infra-bot-defense"
}
}
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