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