Easy and accessible network request analysis
Posted by Eric Scheibler at June 12, 2021
I had to analyse some network requests while I was working on an
Android app project. That turned out to be surprisingly easy, using mitmproxy. This article covers the
proxy installation and usage by wget
and within the source
code of an Android app.