Forum Discussion

johndegern_4568's avatar
johndegern_4568
Icon for Nimbostratus rankNimbostratus
Apr 30, 2010

Forcing lowercase only works the first time

So I am trying to force ALL HTTP requests to lowercase and i'm using this rule:   when HTTP_REQUEST {   HTTP::path [string tolower [HTTP::path]]   }     It works on the host and it wo...