On Tue, Sep 25, 2012 at 12:30 PM, Shawn Heisey <[email protected]> wrote:
> I have a need to cause haproxy to match an ACL when a header (User-Agent)
> is missing. Can that be written with the configuration language in its
> current state? I'm running 1.4.18 here.
>
How about
acl has_useragent hdr_cnt(User-Agent) gt 0
-Bryan

