ReverseProxy injects the de facto standard header `X-Forwarded-For`. [RFC 7239](https://tools.ietf.org/html/rfc7239) defines a new header, `Forwarded`, that offers the same functionality as `X-Forwarded-For` and more. I suggest that ReverseProxy get support for `Forwarded: for=...` in addition to `X-Forwarded-For`.