Forum Discussion
Nolan_Jensen_23
Nimbostratus
Oct 13, 2017Bypass access policy for a list of servers
Hello,
Does anyone know how to create an iRule that will allow a list of a few servers to skip the access policy on a virtual server and go directly to the server in the pool the VS is pointed a...
P_K
Altostratus
Oct 13, 2017Did you try this?
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::uri]]
"/rest/services*" {
Disable Access policy
ACCESS::disable
} default {
Access::enable
}
}
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