Forum Discussion

together_183451's avatar
together_183451
Icon for Nimbostratus rankNimbostratus
Feb 13, 2015

Need help to redirect all url from http to https

when HTTP_REQUEST { set uri_lower [string tolower [HTTP::uri]] if { $uri_lower starts_with {/test1}} {pool test1_Pool} if { $uri_lower starts_with {/test2} {pool test2_Pool} if { $uri_lower starts_w...