Forum Discussion

Re: Rewrite http host and URL with iRule

sorry, the rule is missing: when HTTP_REQUEST { if { [HTTP::host] starts_with "connect" } { HTTP::redirect "https://abctest.company.org/connect/[HTTP::uri]" } }
No RepliesBe the first to reply