Forum Discussion

Matthew_Hutchin's avatar
Matthew_Hutchin
Icon for Nimbostratus rankNimbostratus
Apr 08, 2018

An iRule that uses a catch all for redirects?

Has anyone seen or done anything like this before?   when HTTP_REQUEST { if {[HTTP::host] ne "abc.com"} { HTTP::redirect "https://[HTTP::host][HTTP::uri]" } }   Can you even d...