ModSecurity Block based on ARGS_NAMES starting character
Working on a rule to block traffic based on the starting character of ARGS_NAMES either cookie, get or post
Example allow
name=Joe
Example block
#name=Joe
Test rule that is not working
SecRule ARGS_NAMES “^(#.*)$” “p… Continue reading ModSecurity Block based on ARGS_NAMES starting character