I need to intercept http calls executed by a browser on an android device to automatically modify the header of the request and add javascript an css. On a browser running on a desktop this is usually possible implementing a plugin. Unfortunately browsers on androids do not have plugin mechanism.
What I was thinking to do is to configure the browser to access a local proxy server running on the device itself.
Do you think that this is possible?
If you think that this is off topic, could you please add a comment and tell me why?
Thanks