Forum Discussion
WUM_113639
Nov 09, 2010Nimbostratus
redirect uri /mobilet/ to an inside node
Hi,
We need help in creating an iRule for below requirement.
forward a HTTP request to a inside node, whereas the host is associated on the same BIGIP unit inside a different pool and that pool is also associated with a different Virtual Server.
What have configured the following iRule but we are failing to achieve the desired result.
rule HTTP-IRULE {
when HTTP_REQUEST {
{[HTTP::uri] equals "/mobilet/*"}
{HTTP::redirect "https://[ip::10.17.60.244/[HTTP::uri]"}
}
}
Please, help!
WUM
- Chris_MillerAltostratusHere's a great overview:
when HTTP_REQUEST { if { [HTTP::uri] contains "/mobilet/" } { node 1.1.1.1 80 } }
- JRahmAdminYou should use pool member ahead of node when possible, stats aren't counted for the node command, which can skew your LB algorithms (and trend data if you use it)
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