I have a Nginx websocket reverse proxy and I would like to hide a HTTP header from the client request.
proxy_hide_header hides the server response headers and can\'t
You can set a header value to void and Nginx will drop it :
proxy_set_header Sec-WebSocket-Extensions "";