For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Vikneswaran_709's avatar
Vikneswaran_709
Icon for Nimbostratus rankNimbostratus
May 07, 2017

iRule to Policy Conversion

Please help to convert the below iRule to Policy. Screenshot will be helpful:

 

when HTTP_REQUEST { if {([string tolower [HTTP::host]] equals "abc.com") and ([HTTP::uri] equals "" or [HTTP::uri] equals "/")} { HTTP::redirect "; log local0. "[IP::client_addr]:[TCP::client_port]: default. Pool: [LB::server]" } }

 

No RepliesBe the first to reply