WIP: ws: parse X-FORWARDED-FOR headers

This commit is contained in:
Joakim Frostegård 2022-07-19 00:53:31 +02:00
parent 9f9015d51c
commit 3b94b8e588
5 changed files with 85 additions and 24 deletions

View file

@ -2,7 +2,11 @@
## High priority
ws: reverse proxy support for non-TLS connections (parse x-forwarded-for)
* ws
* reverse proxy support for non-TLS connections (parse x-forwarded-for)
* how does this interact with IPv4/IPv6 differentiation?
* is it possible to skip determining peer IP's altogether or is it necessary
for IPv4/IPv6 separation / preventing peer mixups or abuse?
## Medium priority