-1

I have to check any http request from any app on the device for internet, so that i can display back if i have cached any of these requests on the device.

Can you please let me know how to do that

-regards, Manju

Manju
  • 677
  • 5
  • 13
  • 27

2 Answers2

0

You can't (unless you root the device and get into the kernel). If you think about it for a second, you'd realize what security hole that would be to allow any app monitor the http traffic of other apps.

Ali Naddaf
  • 368
  • 1
  • 3
  • 6
0

Maybe wireshark could do the thing you want. But at first you must root your device.

Ray
  • 468
  • 4
  • 17