Is it possible to monitor HTTP traffic on Android knowing which application generated requests? [duplicate]
Asked Answered
B

0

7

I was asked to make an Android app which among other things must monitor incoming and outgoing HTTP traffic for a set of applications installed on the device. The idea is that a log must be generated with:

App: xxx requested URL: yyy response from server was: zzz and so on

I don't think this is possible at all, without customizing the rom and doing some sorcery in there, but even customizing the rom I cannot think of a way to do this, anyone has suggestions?

Thanks

Benton answered 20/11, 2013 at 11:15 Comment(1)
Also see iptables in androidThese

© 2022 - 2024 — McMap. All rights reserved.