Forum Discussion

Ken_113619's avatar
Ken_113619
Icon for Nimbostratus rankNimbostratus
Apr 01, 2014

HTTPS redirect looping

I have a virtual server on port 80 with this iRule attached: when HTTP_REQUEST { if {[string tolower [HTTP::host]] eq "e1loginl"}{ HTTP::redirect "https://e1login/jde/E1Menu.maf" } } ...