Re: [guardian-dev] NetCipher: How Do I Know That It Is Working?

2016-02-16 Thread Hans-Christoph Steiner
Nathan of Guardian: > > On Sun, Feb 14, 2016, at 09:56 AM, Mark Murphy wrote: >> On Sun, Feb 14, 2016, at 09:45, Nathan of Guardian wrote: >>> We can add a helper function called >>> makeSureIAmReallyUsingTor() that hits that and verifies the response. >>> Does that work from your perspective,

Re: [guardian-dev] NetCipher: How Do I Know That It Is Working?

2016-02-14 Thread Mark Murphy
On Sun, Feb 14, 2016, at 01:21, grarpamp wrote: > https://check.torproject.org/api/ip > But that's only for browsers. I'd argue it's for Web service clients as well, which happens to be my test case. A JSON return payload is very cool, and it seems to be working. Many thanks! -- Mark Murphy (a

Re: [guardian-dev] NetCipher: How Do I Know That It Is Working?

2016-02-14 Thread Nathan of Guardian
On Sun, Feb 14, 2016, at 08:24 AM, Mark Murphy wrote: > On Sun, Feb 14, 2016, at 01:21, grarpamp wrote: > > https://check.torproject.org/api/ip > > But that's only for browsers. > > I'd argue it's for Web service clients as well, which happens to be my > test case. A JSON return payload is very

[guardian-dev] NetCipher: How Do I Know That It Is Working?

2016-02-13 Thread Mark Murphy
If I am writing an app, and I (try to) integrate NetCipher, and I make an HTTP request of a regular Web server, and I get a valid response back... how do I know that the request made it through Orbot's HTTP proxy and Tor, versus somehow being re-routed to the Web server directly? I have tried

Re: [guardian-dev] NetCipher: How Do I Know That It Is Working?

2016-02-13 Thread Nathan of Guardian
On Sat, Feb 13, 2016, at 01:05 PM, Mark Murphy wrote: > If I am writing an app, and I (try to) integrate NetCipher, and I make > an HTTP request of a regular Web server, and I get a valid response > back... how do I know that the request made it through Orbot's HTTP > proxy and Tor, versus

Re: [guardian-dev] NetCipher: How Do I Know That It Is Working?

2016-02-13 Thread Nathan of Guardian
On Sat, Feb 13, 2016, at 02:21 PM, Mark Murphy wrote: > On Sat, Feb 13, 2016, at 14:03, Nathan of Guardian wrote: > > On Sat, Feb 13, 2016, at 01:05 PM, Mark Murphy wrote: > > > If I am writing an app, and I (try to) integrate NetCipher, and I make > > > an HTTP request of a regular Web server,

Re: [guardian-dev] NetCipher: How Do I Know That It Is Working?

2016-02-13 Thread grarpamp
On 2/13/16, Nathan of Guardian wrote: > On Sat, Feb 13, 2016, at 01:05 PM, Mark Murphy wrote: >> back... how do I know that the request made it through Orbot's HTTP >> proxy and Tor, versus somehow being re-routed to the Web server >> directly? > check.torproject.org