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

2 Replies

  • i believe I see the same string twice. also in my opinion it helps if you show you already put some effort in it yourself and don't expect a full solution from some random stranger.
  • Hi,

    try this.

    when HTTP_REQUEST {
        if {([HTTP::host] equals "eysso.intellinex.com") && ([HTTP::path] equals "/eysso/sso_login.aspx")} {
            HTTP::redirect Location "/eygsso/sso_login.aspx[HTTP::query]"
        }
    }