Forum Discussion
veredgf_96123
May 17, 2018Nimbostratus
irule for whitelist under certain path
Hi,
I am looking for an irule that will do the following - prevent access to all locations under a certain path - i.e., anything under should be block. and I want to have an exception group of ...
P_Kueppers
May 18, 2018MVP
I would recommend to use string tolower in front of.
when HTTP_REQUEST {
if {[string tolower [HTTP::uri]] starts_with "/yyy"} {
.......
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