Forum Discussion

SantoshGowda_32's avatar
SantoshGowda_32
Icon for Nimbostratus rankNimbostratus
Feb 26, 2019

Need your assistance to create a F5 redirection rule for /user/login.seam -> /login

Please let me know whether below irule is correct or not: when HTTP_REQUEST { if { [HTTP::uri] ends_with "/user/login.seam" } { HTTP::uri [string map {"/user/login.seam" "/login"} [HTTP::uri] ...