Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to log information about requests / responses #109

Open
geoand opened this issue Nov 27, 2024 · 5 comments
Open

Option to log information about requests / responses #109

geoand opened this issue Nov 27, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@geoand
Copy link
Contributor

geoand commented Nov 27, 2024

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

@geoand geoand added the enhancement New feature or request label Nov 27, 2024
@geoand
Copy link
Contributor Author

geoand commented Nov 27, 2024

cc @tsegismont

@vietj
Copy link
Member

vietj commented Nov 27, 2024

I think we could have an handler that gets events about what happens in the proxy for a given inbound request ?

@tsegismont
Copy link
Contributor

@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

@geoand
Copy link
Contributor Author

geoand commented Jan 3, 2025

In my case some of the headers were being changed incorrectly by my code

@tsegismont
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants