Re: [guardian-dev] test when proxying WebView

2016-09-28 Thread Mark Murphy
On Wed, Sep 28, 2016, at 06:35, Hans-Christoph Steiner wrote: > I'm wondering if there > is a way to automatically test whether the WebView proxying is working? You can try hitting a known-Tor page (e.g., the Tor status check URL that NetCipher uses), then try to get the contents of the WebView:

[guardian-dev] test when proxying WebView

2016-09-28 Thread Hans-Christoph Steiner
I'm working on adding Tor support to a couple of apps that use WebView, using NetCipher. I know that adding proxy support to WebView is via reflection hacks that change in new releases, so I'm wondering if there is a way to automatically test whether the WebView proxying is working? Then at