Forum Discussion
Jeff_Morrison_4
Nimbostratus
Nov 01, 2007HTTP redirect and keep remaining uri path
I am trying to do a redirection from one external address to another based on certian part of the URL, but need the remaining address to be left in place after the redirection. For example:
...
hoolio
Cirrostratus
Nov 01, 2007You can also set the URI with HTTP::uri (Click here). The URI sent to the pool will be modified--as opposed to issuing a redirect to the client. Here's an example:
when HTTP_REQUEST {
if { [HTTP::uri] starts_with "/customer/"}{
pool WLS-Lab
} elseif { [HTTP::uri] starts_with "/xyzcustomer"}{
HTTP::uri [string map {/xyzcustomer/ /customer/} [HTTP::uri]]
}
}
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