I have a nginx config where I take the cookie to use with this config;
proxy_set_header Authorization $token;
But if the client put in custom header Authorization this overwrites as I see it the config one. Is it possible to block the client header while using proxy and use my customised header based on variable?