Forum Discussion

Ski_Kacoroski_2's avatar
Ski_Kacoroski_2
Icon for Nimbostratus rankNimbostratus
Jan 30, 2018

LTM Policy to rewrite URI '/' only on logon

I have a irule like this that works:   when HTTP_REQUEST { if { [string tolower [HTTP::host]] equals "timecard.nsd.org" } { if { [HTTP::uri] equals "/" } { set uri [string map -nocase ...