Re: [android-developers] Intercept all HTTP Connect request from webview

2015-12-31 Thread Samiksha Saxena
i used fiddler to monitor the traffic, but I want to intercept the Connect method to add my custom header programmatically in android. On Thursday, December 31, 2015 at 2:29:33 AM UTC-5, Vipin wrote: > > You can use fiddler tool which is used for request monitoring. > > Thanks!! > On 31-Dec-2015

Re: [android-developers] Intercept all HTTP Connect request from webview

2015-12-30 Thread vipendra katre
You can use fiddler tool which is used for request monitoring. Thanks!! On 31-Dec-2015 5:25 am, "Samiksha Saxena" wrote: > Hi, > i have a sample app which is loading a webpage within a webview. The > webpage is over HTTPS and is routed through a proxy server. As i am

[android-developers] Intercept all HTTP Connect request from webview

2015-12-30 Thread Samiksha Saxena
Hi, i have a sample app which is loading a webpage within a webview. The webpage is over HTTPS and is routed through a proxy server. As i am using a proxy server between client and the server, the browser is creating a tunnel using HTTP Connect method. I want to intercept the Connect request