Recently I needed to make some manual acceptance testing on Android application which talks to the API I am working on. For this purpose I installed Android Studio and set up Android emulator which makes requests to the API running in docker on local host.
Setting up Android emulator to request API on localhost via HTTPS through Mitmproxy
more…