vertx-http-proxy
vertx-http-proxy copied to clipboard
Option to log information about requests / responses
I would like to have a way for the proxy to log basic information about the requests being sent out by the HTTP Client and responses being received by it. This would make it easier to debug cases where I have messed up something in the proxy configuration
cc @tsegismont
I think we could have an handler that gets events about what happens in the proxy for a given inbound request ?
@geoand could you please give some more details about things that were misconfigured? So I can better understand what kind of information is missing
As a workaround for now, it should be possible to enable traffic logging
In my case some of the headers were being changed incorrectly by my code
I think we could have an handler that gets events about what happens in the proxy for a given inbound request ?
Do you mean something similar to the EB bridge events?