Forum Discussion

Sekhar's avatar
Sekhar
Icon for Nimbostratus rankNimbostratus
Jul 28, 2015

FAST L4 Redirect

Hi All,

 

we are running on 11.5.1 HF 10 version. My question is Can fast L4 virtual running( port 443) with http profile assigned and having a redirect irule perform a redirect?

 

This is the irule i am using and it does not work.

 

when HTTP_REQUEST { if { [string tolower [HTTP::host]] equals "www.abc.com" } { HTTP::redirect "https://test.sites.com" } }

 

Thanks,

 

Sekhar