Forum Discussion
nkroon1
Oct 02, 2020Cirrus
Redirect traffic to pools based on URI
Hello! So i'm running into some issues with trying to redirect traffic based on URI and I'm not sure if its my iRule or something else. I can see the traffic coming in, but in show connections it jus...
patonbike
Oct 02, 2020Cirrus
You could try this as an alternative, and see if it works:
if [string tolower [HTTP::path]] starts_with "/qm.etl.services" {
pool Pool_A
log local0. "[IP::client_addr] redirected to Pool_A"
}
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