Opened 11 days ago

#2630 new defect

Unable to remove Cookie from request header

Reported by: stan75j@… 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 "";

Change History (0)

Note: See TracTickets for help on using tickets.