afaik, there isn't support in the TSocket class to use a proxy. it is
possible to do a thrift request over http (and a proxy) but that
requires the server to be using a http based transport for it to work. i
have never used the facebook puzzler so i can't say it does or doesn't
support a http transport. a quick look over the webpage for it doesn't
seem to indicate that there is.
mike
On 10/27/2010 12:22 PM, Bharath Balakrishnan wrote:
Hi
I am in an academic environment and I am behind a proxy. I need to establish
a connection to the Facebook puzzle server. Is there any provision in the
Thrift API to do that? The sample code I have seen uses a TSocket that
specifies a URL, port directly in the constructor.
Thanks
Bharath