Marc Chantreux wrote: > > block request quick header log "User-Agent" value "" > > Which means: > if there is a header User-Agent with no value. > > You want to write: > if there is no header named User-Agent.
Thanks for pointing this out. Is there a more concise way to test for absence of a header other than: block request pass request header "foo" value "*" (which takes two rules) Regards Lloyd