|
|
|
|
|
by thayne
53 days ago
|
|
The untrusted header problem could potentially be fixed by having the reverse proxy embed all the trusted information in a specific header, and then it just has to make sure that one header is stripped from the request. Unfortunately, there isn't (yet) a standard for that. Or you could use something like haproxy's proxy protocol (although that may not support all the information you want, and doesn't work for multiplexing). Edit: actually the "Forwarded" header kind of fills that niche. Although you may want extensions for things like the client certificate. |
|