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" } { ...