> you're trying to run the program from behind a proxy, yeah?
That's right.
> I'm not sure I can make it work with an arbitrary proxy
You could assume that users know their own proxy address (e.g. http://proxy.domain.com:80) and offer a prompt for them to input it. Then you can just save it in the config file.
I added an update to the stack trace page with some code for working with proxies:
That's right.
> I'm not sure I can make it work with an arbitrary proxy
You could assume that users know their own proxy address (e.g. http://proxy.domain.com:80) and offer a prompt for them to input it. Then you can just save it in the config file.
I added an update to the stack trace page with some code for working with proxies:
http://quandyfactory.com/projects/32/stack_trace_for_hnshpy_...
Hope that helps!