How to monitor HTTP(S) traffic / URLs in Android?
Posted
by Pawel Krakowiak
on Stack Overflow
See other posts from Stack Overflow
or by Pawel Krakowiak
Published on 2009-10-13T17:17:10Z
Indexed on
2010/03/28
14:03 UTC
Read the original article
Hit count: 356
android
I'm interested in whether there is a way to monitor HTTP(S) traffic on an Android phone? What I would like to do is to be able to retrieve all URLs that have been accessed on the phone's browser. I thought that there would be a browser intent for that, but have not seen anything - given I'm green, maybe I just did not know where to look?
I followed the question and answer here, but it works only for hyperlinks which were clicked by the user, however I need to catch all URLs - including the ones typed in by the user. Basically I need to know about every single URL that was opened in the web browser.
Can I register some kind of a handler with the browser?
Is something like that feasible at all?
© Stack Overflow or respective owner