Forum Discussion
steven_normole
Cirrus
Mar 23, 2026APM checking for URI
I have created an APM policy that checks to is it the URI contains a specific URI. If the URI is anything else then the fallback is to send the traffic. example: https://www.fubar.com/admin - th...
Mar 23, 2026
Hello steven_normole
You should better just disable APM for unmatched uris
try something like this
when HTTP_REQUEST {
if { ![[HTTP::uri] starts_with "/admin"] } {
ACCESS::disable
}
}
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