Forum Discussion

Roland_Hansen_1's avatar
Roland_Hansen_1
Icon for Nimbostratus rankNimbostratus
Apr 16, 2015

Need an iRule to append domain.com on an HTTPS request

I have an iRule set up to check my http requests   when HTTP_REQUEST { switch -glob [string tolower [HTTP::host]] { *.domain.com { HTTP::redirect https://[HTTP::host][HTTP::uri] } default {...