Forum Discussion
Dmanden_23459
Nimbostratus
Oct 28, 2011Exclusion from Irule
Hey Guys
Hoping someone might be able to help me.
Ive been batteling with this iRule ofr a while now and I just cant seem to get it right.
I have a few virtual folders wi...
nitass
Employee
Oct 28, 2011can you try this?
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::uri]] {
"/test/unsecure/*" { pool POOL-A }
"/test/*" { HTTP::redirect "https://[HTTP::host][HTTP::uri]" }
default { pool POOL-default }
}
}
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