beginsWith
描述:如果在输入的开头找到参数字符串,则返回true。 在比较之前对参数字符串执行宏扩展。
例:
#检测不以“GET”开头的请求行
SecRule REQUEST_LINE "!@beginsWith GET" "id:149"
Created with the Personal Edition of HelpNDoc: Easy EPub and documentation editor
描述:如果在输入的开头找到参数字符串,则返回true。 在比较之前对参数字符串执行宏扩展。
例:
#检测不以“GET”开头的请求行
SecRule REQUEST_LINE "!@beginsWith GET" "id:149"
Created with the Personal Edition of HelpNDoc: Easy EPub and documentation editor