Is it possible to get all the HTTP URL request triggered by the browser (Apache) from my client application ?
If then, can you please tell me the framework API which gives me the URL ?
I'm developing some kinda of HTTP sniffer application for android which will log all the HTTP Url request made by the native browser (Apace) and store it in a local file.
