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

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" } } ...