Forum Discussion
Joe_5599_134300
Nimbostratus
May 03, 2016How can you block/reject subdirectories only, with an irule?
I want to block only the subdirectory and not the default or parent.
This irule I found on Dev Central and some others I have been testing with will also apply the reject to anything before the ...
Yann_Desmarest_
Nacreous
May 03, 2016Hello,
This irule should works for you :
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::path]] {
"*/appsite1" { reject }
default { do nothing }
}
}
Yann_Desmarest_
Nacreous
May 03, 2016just tested on my own lab the above irule and it works : /test is not rejected and /test/appsite1 respond with a TCP reset.
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