johndegern_4568
Nimbostratus
Apr 30, 2010Forcing 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 works if I manually enter www.domain.com/Url.aspx but if I click through any links it allows the Mixed case again.
Whiskey tango foxtrot?!?