@@filipboye-kofi3018 no if the original header contained multiple values, Set will be called for each one and override the value before, so only the last header value will be set eventually. Add on the other hand append the values if the header already exists.
Thanks for the great Video!!! Never thought there are so many things behind Reverse Proxy.
Thank you, Arshpreet! See you in the Community Forum: community.containo.us/
L'accent français restera euuuh toujours euuuh épiqueeeeeeuh
Wonder if that's doable using fasthttp
header.ADD instead of header.set
Hello, Gerardo! We'd love if you join us at the Community Forum and share your comments. Thank you. community.containo.us
Probably true for the header copy loop, but Set would still be right for X-Forwarded-For setting, or the trailer announce ?
why ? Set literally overrides the header and thats the point, you want to copy 1:1 response of backend server to client
@@filipboye-kofi3018 no if the original header contained multiple values, Set will be called for each one and override the value before, so only the last header value will be set eventually. Add on the other hand append the values if the header already exists.