The X-Forwarded-For header is currently not set for websocket connections which is probably a regression of #72.
The X-Forwarded-Proto header should be set to ws and wss for websocket connections.
The X-Forwarded-Port header should be set to complete the X-Forwarded-* headers.
The Forwarded header should set proto to either ws or wss for websocket connections.
The
X-Forwarded-Forheader is currently not set for websocket connections which is probably a regression of #72.The
X-Forwarded-Protoheader should be set towsandwssfor websocket connections.The
X-Forwarded-Portheader should be set to complete theX-Forwarded-*headers.The
Forwardedheader should setprototo eitherwsorwssfor websocket connections.