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 ...
Stanislas_Piro2
Cumulonimbus
May 10, 2016Hi,
if you want to block all sub-directory, you can use irule provided by Yann, but with
starts_with instead of equals:
when HTTP_REQUEST {
if { [HTTP::path] starts_with "/app/appsite1" } {
HTTP::respond 403 content "some html content explaining that the request is not allowed"
}
}
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