You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you asking about this for all requests or specifically for requests that are defined as an API Server in a Profile? If it is the latter then this already exists. You can click the "Request History" button in the web UI when viewing a profile or use the API to get history. We will add the appropriate documentation to https://github.com/groupon/odo/wiki/Odo-REST-API today.
@dvanderb Chiming in as a colleage of @chetankothari. We were exploring odo as a way to log all proxy requests and responses.
From our experiments, it looks like odo is most suitable for developing/testing APIs for specific hosts / paths. It also doesn't seem to pass cookies through.
While we moved on to using the BrowserMob proxy ourselves, for the sake of others, I request you to clarify the intent of odo in the README. At first glance, it looks like a general purpose proxy server with logging capabilities.
It would be nice to have a way to log all the requests and responses that pass through the proxy server. And have a endpoint to view the history.
The text was updated successfully, but these errors were encountered: