Forum Discussion

Yozzer's avatar
Yozzer
Icon for Nimbostratus rankNimbostratus
Sep 26, 2012

Query parameter not lowercase

HI

 

i have noticed that the if statement below can be bypassed if the query parameter "biscuit" is altered in the browser to have an uppercase letter (Biscuit):

 

if {[matchclass [string tolower [URI::query [HTTP::uri] biscuit]] contains $::demo_datagrouplist]}

 

How do i ensure that this query parameter is changed to lowercase within the if statement.

 

Thanks