Injecting Set-Cookie in Reverse Proxy?
Yongtao You
yongtao_you at yahoo.com
Sun Nov 20 00:18:15 UTC 2016
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20161120/c98a9499/attachment.html>
More information about the nginx
mailing list