Hi everyone, Willy, Either I'm really unaware if HAProxy can do this or not, or I completely forgot it. Is it possible to check for a specific request and promptly return a user defined response, without the need to go to a backend?
I basically need to return an empty HTTP 200 with "Access-Control-Allow-Origin: *" whenever somebody sends me an "OPTIONS /url HTTP/1.1", and I don't want that to be processed by the application in the backend. Thanks. Pedro.

