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

2015-12-31 Thread Samiksha Saxena
On 31-Dec-2015 5:25 am, "Samiksha Saxena" <samiks...@gmail.com > > 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 using a >> proxy

[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