It is necessary to capture every http sent / received from the Android application on the device

Here it is. I want to capture every HTTP request response sent from an application running on an Android device. I offer generosity for answering this question. I do not think that all functions are reproduced from the emulator, so I want to do this from the device itself. Now I know that there is wirehark on the PC, some wirehark applications, such as shark reader, return many hexes. My goal is to simulate an offline application for the entire HTTP request / response from the application. This question was asked in the past, but there is no clear answer to how this can be done successfully for android, so I offer a reward.

The question with the bounty is here:

Android How to simulate an HTTP connection for an offline demo

It can be closed.

+5
source share
1 answer

Here's how I handled my old HTC Droid Eris:

: ProxyDroid ROOTED

+8

All Articles