option to trust X-Forwarded-Proto
header with websocket connections
#4437
Labels
X-Forwarded-Proto
header with websocket connections
#4437
Similar to #4436 but more fine-grained: the same http proxy can provide both http and https connections.
X-Forwarded-Proto
could be used to trust that the client connection is actually encrypted.We are assuming here that we want things configured this way.
This usually implies that the connection to the proxy is not a security concern.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-Proto
The text was updated successfully, but these errors were encountered: