streq
描述:执行字符串比较,如果给定的参数字符串与输入字符串相同,则返回true。 在比较之前对参数字符串执行宏扩展。
例:
#在请求参数“foo”中检测不包含“bar”
SecRule ARGS:foo "!@streq bar" "id:176"
Created with the Personal Edition of HelpNDoc: Easy EPub and documentation editor
描述:执行字符串比较,如果给定的参数字符串与输入字符串相同,则返回true。 在比较之前对参数字符串执行宏扩展。
例:
#在请求参数“foo”中检测不包含“bar”
SecRule ARGS:foo "!@streq bar" "id:176"
Created with the Personal Edition of HelpNDoc: Easy EPub and documentation editor