Forum Discussion
F5Audiolomb
Oct 27, 2023Altostratus
ASM::unblock not working for specific violation
Hello there, I set an iRule for ASM that should unblock a specific violation: when ASM_REQUEST_DONE {
set asm_support_id [ASM::support_id]
if { $uri starts_with "/my/uri" and [ASM::...
T-Trust
Oct 30, 2023Cirrostratus
please log below for confirm
when ASM_REQUEST_DONE {
log local0. "HTTP URI: $uri VIOLATION: [ASM::violation names]"
set asm_support_id [ASM::support_id]
if { $uri starts_with "/my/uri" and [ASM::violation names] contains "VIOL_ENCODING" } then {
ASM::unblock
}
}
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