Hi Baptiste,
Thanks for reply, is there similar http-buffer-response option? We need to manipulate response body, like replace some string with other string, and some other actions. Could you please enlighten me on how to do this(in code level)? like which function, which code to modify. Thanks ----- Original Message ----- >From: Baptiste <[email protected]> >To: [email protected] >Cc: "[email protected]" <[email protected]> >Date: 2017/8/1, Tue 15:07 >Subject: Re: How does HAProxy work internally in terms of http data flow? > > >Hi, > > >This statement is true by default: > >Or maybe haproxy first get all HTTP request header from client, then apply >these filters then forward every bits of http request body to backend, and >forward anything sent by backend to client? >> >> > > >Then you can enable "option http-buffer-request" (since HAProxy 1.6) to >collect the request body (up to a tune.bifsize size). > > >Baptiste > >

