Forum Discussion
Grandiser
Feb 08, 2024Nimbostratus
I need an ASM i-rule that drops the connection upon the occurrence of a violation.
Hi; I need an ASM i-rule that drops the connection upon the occurance of a violation. I don't want to present the default "Blocking response page" to the user, but rather drop the TCP connection....
Jeffrey_Granier
Feb 12, 2024Employee
something like this might work.
when ASM_REQUEST_VIOLATION {
# When a request violation occurs, drop the TCP connection
drop
}
when ASM_RESPONSE_VIOLATION {
# When a response violation occurs, drop the TCP connection
drop
}
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