Forum Discussion
Thiyagu_343098
Nimbostratus
May 17, 2018irule to drop a the traffic matching the specific URI
Hello ALL,
I'm working on a task to implement a solution on LB for dropping the packet on LB to a VIP with a specif URI.
For example http://10.10.10.10/W
/W needs to be dropped on LB and t...
Lee_Sutcliffe
Nacreous
May 17, 2018I have just answered a similar question here: https://devcentral.f5.com/questions/irule-for-whitelist-under-certain-path-59705
In your case you could have an even simpler version:
when HTTP_REQUEST {
if {[HTTP::uri] equals"/W"} {
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