Forum Discussion
Sajid
Cirrostratus
Sep 17, 2019Enable the access control enforcement for a particular request URI.
APM for particular URI's works well on v12.1.2, similar setup on new hardware v14.1 with new Application not working.
process followed,
when HTTP_REQUEST {
# Check the requested HTTP path
switch -glob [string tolower [HTTP::path]] {
"/apm_uri3*" {
# Enable APM for these paths
ACCESS::enable
}
default {
# Disable APM for all other paths
ACCESS::disable
}
}
}
reference: https://clouddocs.f5.com/api/irules/ACCESS__disable.html
Kindly guide.
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