[mod-security-users] Excluding headers that contain a substring
Brought to you by:
victorhora,
zimmerletw
|
From: Anant M. <amu...@pa...> - 2024-12-15 03:43:13
|
Hello,
Is it possible to write a rule exclusion that finds all headers that have a
certain string in them and exclude only those headers in subsequent rule?
Would something like this work?
SecRule REQUEST_HEADERS "@contains select" "...,
ctl:ruleRemoveTargetById=942032;%{MATCHED_VARS_NAMES}"
Thanks,
Anant
|