On 25/03/2014 1:44 a.m., Eliezer Croitoru wrote: > On 03/24/2014 02:21 PM, Yuri Levin wrote: >> hello, any chance to implement a configuration that will forward the >> same post request from a user to two different servers at the same >> time? Not with Squid. You can only implemet this in HTTP on the origin server. After receiving the POST request the first server can emit 307 redirection with Location: instructing the client to repeat the request at the second server. Amos