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

1 Reply

  • when HTTP_REQUEST {
        if {[string tolower [HTTP::host]] equals "a.b.com" && [string tolower [HTTP::uri]] equals "/d/e/f/glogin.aspx"}{
            HTTP::respond 302 noserver Location "https://H.I.gov/GLogin.aspx"
        }
    }