Forum Discussion

WUM_113639's avatar
WUM_113639
Icon for Nimbostratus rankNimbostratus
Nov 09, 2010

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

 

 

2 Replies