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

Grayson_149410's avatar
Grayson_149410
Icon for Nimbostratus rankNimbostratus
Sep 29, 2015

irule remove "www."

Does anyone have an iRule that will remove the "www." part of a URL? I tried the following iRule, but it does not work. when HTTP_REQUEST { if { [HTTP::uri] equals "https://www.abc.xyz.com" } { ...