I need to configure filter settings (In Apache2) based on RequestContent header. Is it possible?
Specifically changes based on the value of one header.
(I'm using mod_line_edit to filter html in reverse proxy)
EDIT: I'm doing reverse proxy and I want to filter out some tags (I can do that with mod_line_edit) I only want to apply this rules when there is specific RequestHeader present.