Forum Discussion

paulfish's avatar
paulfish
Icon for Nimbostratus rankNimbostratus
Sep 01, 2015

Remove first element of uri

Hi,   I'm looking to remove the first element of a URI.   This is what I got from searching this site and it works.   when HTTP_REQUEST { if { [HTTP::uri] starts_with "/css" } { ...