Opened 7 months ago
#2630 new defect
Unable to remove Cookie from request header
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | documentation | Version: | 1.25.x |
Keywords: | Cc: | ||
uname -a: | |||
nginx -V: | 1.25.4 |
Description
I am using nginx reverse proxy server to run my Angular application, I am unable to remove the 'Cookie' attribute from request header even after adding the below mentioned proxy settings in nginx.conf file
proxy_hide_header Set-Cookie;
proxy_ignore_headers Set-Cookie;
proxy_set_header Cookie "";
Note:
See TracTickets
for help on using tickets.