Forum Discussion
Jim_Sellers_106
Nimbostratus
Oct 03, 2011Path Based ACL Irule
Here is the scenario
I have 9 IP addresses that I want to allow to the following path but allow access to any other URL/URI on the server.
Lets just say ...
Jim_Sellers_473
Nimbostratus
Oct 13, 2011Here is the current method I am trying big thanks for Bhattman!!
ACL_EMSECOMMER_PROD is the datagroup I have setup with some IP addresses that need to be able to access /customers/ems*
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::uri]] {
"/customers/ems/*"
{
if { not [class match [IP::client_addr] equals ACL_EMSECOMMERCE_PROD ] } {
discard
}
}
}
}
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