For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

cjones_01_13155's avatar
cjones_01_13155
Icon for Nimbostratus rankNimbostratus
Jun 12, 2014

Lowercase URI

Below I have the current rule setup: when HTTP_REQUEST {

Check for capital letters in string if {[string match {[A-Z]} [HTTP::path]]}{

  HTTP::redirect "http://[HTTP::host][string tolower [HTTP::path]][HTTP::query]" 

} }

This is working and converting the string to all lowercase. I want the rule to only do pages or strings that end in .aspx?

Can this be done

47 Replies