On Mon, May 26, 2014 at 10:03 AM, Daniel Todorov <leinad...@gmail.com> wrote: > Hello, > > I'm working for company which have software based on both headers, and if > one of them is missing, the software is not working properly. I find a way > to configure HAProxy to send each of them but separated. I need to find > solution which will make HAProxy to send both. Can I use reqadd or > http-request add-header/set-header to set a the second header? > > Best Regards, > Daniel Todorov
Hi Daniel Yes, you can use http-request add-header to add headers. You can extract source IP address using the acl 'src'. Baptiste