Hello,
I need to know whats is my domain inside verticle through a reverse proxy. The frequently used headers are X-Forwarded-Host and X-Forwarded-Proto, but this headers aren't standards…
IETF choose "Forwarded" as header to make it with sophisticated rules of parsing. Vertx have any helper to parse it ?
If no I thinks that I will create it. Like BodyHandler I think create an handler to parse header and put a MultiMap in RoutingContext.
vertx-web could interested by this contribution ?
Have a nice day