Forum Discussion
JSJ__333667
Nimbostratus
Apr 10, 2018Request not hitting ASM_REQUEST_DONE in iRule
Hi All,
I'm trying to create iRule that looks to data group and if entry is found in it, ASM blocks the request.
My iRule is following:
when ASM_REQUEST_DONE {
if { [class exi...
youssef1
Cumulonimbus
Apr 10, 2018try this:
when ASM_REQUEST_DONE {
read as, does the path exist in the dg_wp_blocked_paths DataGroup
if { [class match "[HTTP::path]" starts_with dg_wp_blocked_paths] } {
ASM::raise VIOL_BLOCKED_URL
}
}
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