I would like to create my own Web browser either using the out-of-the- box Browser app source with slight modifications or via WebView directly that has the ability to pre-process (inspect & possibly modify at times) both HTTP request and response headers + data.
How is this possible? I've seen some discussion about using a local proxy, but I cannot find anywhere (e.g. in WebView) to set proxy settings for my instance/browser only. Another discussion I read was about using loadDataWithBaseURL() with proxy address -- however, it seems this may work for the 'main' page, but additional resources (external images for example) would not be proxied. Again, this is for my _own_ browser/application, I am not asking how to proxy all traffic. Any ideas? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

