Forum Discussion
MeAndMyBIGIP_60
Nimbostratus
17 years agoNesting a redirect to another pool?
So I have an existing HTTP > HTTPS redirect rule running fine that's running on Pool1:
when HTTP_REQUEST {
HTTP::redirect https://[HTTP::host][HTTP::uri]
}
I have another, Po...
L4L7_53191
Nimbostratus
17 years agoMaybe something like this?
when HTTP_REQUEST {
if {[HTTP::uri] equals {www.foo.com/bar}} {
HTTP::uri [string map {"bar" ""} [HTTP::uri]]
pool Bar_pool
}
}
-Matt
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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