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