Dear, I have a HAProxy with several web applications but I have to solve the cookie without a secure flag problem in just one web application.
Do I have to define the "http-response replace header" option in the frontend section or in the backend section of haproxy.cfg ? Or is it the same ? Because if I define the option in the frontend section, I modify the cookie behaviour of all the applications, and this is not what I want. Thanks a lot!!!

