I am trying to block all favicon requests and send back a 404. I use haproxy in front of 2 node js servers that acts as a web service. There is no need for node to handle these requests so I wanted to block and respond to them with haproxy. I below is the acl for the incoming request(not sure if this is correct either): acl test_favicon hdr(url) -i favicon.ico

