F5-HTTPS to HTTP Redirection

when HTTP_REQUEST {
    if { [TCP::local_port] == 443 } {
        HTTP::redirect "http://[getfield [HTTP::host] ":" 1 ][HTTP::uri]"
    }
}

No comments:

Post a Comment