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 ...
Chris_Miller
Nov 09, 2010Altostratus
Here's a great overview:
http://devcentral.f5.com/Tutorials/TechTips/tabid/63/articleType/ArticleView/articleId/130/iRules-101--05--Selecting-Pools-Pool-Members-and-Nodes.aspx
You'll want to use either the "node" or "pool member" commands.
when HTTP_REQUEST {
if { [HTTP::uri] contains "/mobilet/" } {
node 1.1.1.1 80 } }
That rule would send any request containing "/mobilet/" to server 1.1.1.1 port 80.
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