Skip to content Skip to sidebar Skip to footer

Android Log And Modify All Http Requests

I am wondering what way I can log (sniff) all HTTP requests that are outgoing and incoming in whole Android and is it possible to modify them during that process or block ? What li

Solution 1:

You're going to need a rooted phone at least, which basically rules out distributing what you make on the market unfortunately..

With that in mind, take a look at libpcap and iptables :)

Post a Comment for "Android Log And Modify All Http Requests"