Forum Discussion
CSA
Jan 17, 2011Nimbostratus
Simple reverse proxy
Hi,
I'm trying to do something quite easy but I can't make it work.
I have an irule like this:
[...]
elseif {[HTTP::path] starts_with "/admin"} {
H...
Chris_Miller
Jan 17, 2011Altostratus
Are you trying to redirect the user to the page without /admin (first example below), or simply trying to remove the /admin between the LTM and pool member (second example below)? Also, are you trying to pass the request to a specific pool?
HTTP::redirect "http://[HTTP::host]/[string range [HTTP::uri] 6 end]"
HTTP::uri /[string range [HTTP::uri] 6 end]
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