Example url /outlet/?filter_cor=linho,metalizado,caramelo,bordo,listrad
I would like to know if it is possible to make a rule in modSecurity that where are the arguments "linho,metalizado,caramelo,bordo,listrad" if the names are changed he accepts the same rule
SOLVED
SecRule REQUEST_URI "@contains outlet/?filter_cor" "id:1,phase:1,deny,status:409,msg:'Denied'"
I am not sure I understand your question correctly. But if you want to check a list of alternatives in arguments, you can do it like this: