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

2 Replies

  • Hi mika,

    when HTTP_REQUEST {
    	if { [HTTP::uri] matches_regex {\/C[0-9]{1,4}} } {
    		set uri "/xyz/qsdf=[string trimleft [HTTP::uri] \"/\"]"
    		# log local0. "newUri: $uri"
    		HTTP::redirect "http://www.abc.com$uri"
    	}
    }