Forum Discussion
Zabeel_101104
Mar 29, 2012Nimbostratus
url control based on requests/path
Hi,
Need some help on irules please.
We have irules defined on the F5 where the string is matched and request sent to a pool
"mywebsite.com" { pool website1 }
W...
hooleylist
Mar 29, 2012Cirrostratus
Hi Zabeel,
I can't see how rewriting ever URI except /webconsole/app to /webdesktop would work, but here's what should do that:
...
"mywebsite.com" {
pool website1
switch -glob [HTTP::uri] {
"/webconsole/app*" {
do nothing
}
default {
Rewrite URI to /webdesktop
HTTP::uri "/webdesktop"
}
}
}
Aaron
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