Hi, You can do a thing like this with hapoxy 1.6 and a Lua script, but you can duplicate only the part of the request which contains in one haproxy buffer (about 16k).
You declare an http action which wait for a full buffer and duplicate the content to an http server using the internal Lua socket. Thierry On Wed, 27 Jan 2016 21:09:55 +0100 Michael Rennecke <[email protected]> wrote: > Hello, > > is it possible to send traffic to 2 backends with HAProxy? One backend > handle the live traffic and the second is the staging version. If all > looks fine, I will switch the backends. I use HAProxy 1.6.3 > > Cheers, > Michael > --

