I was able to do this with the "headers more" module.
Thanks!Yongtao 

    On Saturday, November 19, 2016 4:22 PM, Yongtao You via nginx 
<[email protected]> wrote:
 

 Hi,
I'm setting up a reverse proxy to my backend service as follows:
server {    location / {
        auth_request /auth;        error_page 401 =302 /login;        
proxy_pass http://backend/;        add_header Set-Cookie "my=xyz"; # Can I add 
this in the response from backend?    }}
I would like to inject a Set-Cookie header in the response from the backend 
service. Is that possible? The above does not work.
Thanks.Yongtao
_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

   
_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to