Forum Discussion
John_131301
Nimbostratus
Dec 16, 2013Allow blocked content for a specific uri
I have pools of virtual servers and ASM policies associated with each. I have a wiki we use for documentation that is served by a virtual server that also serves other non-wiki sites. When a user is ...
Thomas_Gobet_91
Cirrostratus
Jan 06, 2014With this irule you should have what you want :
when ASM_REQUEST_BLOCKING
{
set x [ASM::violation_data]
if {([lindex $x 0] contains "VIOLATION_ATTACK_SIGNATURE_DETECTED")}
{
if {[IP::client_addr] equals your_IP}{
if {ASM::payload contains "your_expression"} {
ASM::disable
}
}
}
}
- John_131301Jan 14, 2014
Nimbostratus
Thanks. I will give this a try.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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