for (String key : req.headers().keySet()) {
logger.info("#" + key + "=" + req.headers().get(key));
}
/!\ It doesn't use public API /!\
On 17 Aug 2018, at 07:24, Adam Medeiros <adam...@gmail.com> wrote:
It's now 2018. Was the client IP address ever exposed within the request? Or, is there a way to get it through the route handlers? Is there a way to get it from the connection handler and then set a header with the client IP address so that it can be fetched in the route context? Any documentation on how to get the client ip address and pass it along in the routing context?
--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/a8b7b937-c613-46d2-8b11-bd1dfa64d80e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/7F6226F6-5AF4-4E73-B5CD-1ED121FE2763%40julienviet.com.