Mitmproxy is a useful command-line proxy tool.
It has also an user UI.
- From the command line run
mitmweb
- Set up your app to use a proxy server and point it at http://127.0.0.1:8080
- Go to http://127.0.0.1:8081 to see all the requests in the "flow" tab. Very similar to the Google Chrome Console "Network" tab.