F5 is upgrading its customer support chat feature on My.F5.com. Chat support will be unavailable from 6am-10am PST on 1/20/26. Refer to K000159584 for details.

Forum Discussion

mikeshermanit_2's avatar
mikeshermanit_2
Icon for Nimbostratus rankNimbostratus
Jan 11, 2017

iRule to add www to https traffic?

I have an iRule that looks like this:   when HTTP_REQUEST { if { [HTTP::host] equals "mywebsitehere.com" } { HTTP::respond 301 Location ".[HTTP::host][HTTP::uri]" } }   The problem is that what...