May 12, 2011
9:02 p.m.
On 12 May 2011, at 22:50, Alexandre Bergel wrote:
This probably has something to do with Zn now being used for HTTP, proxies should be supported, but I have not tested them myself.
Can you try a simple thing like:
ZnClient get: 'http://zn.stfx.eu/zn/small.html'
It returns: a ZnResponse(400 Bad Request text/html 3181B)
Can you send me the #contents of that ? It should be a 3Kb HTML doc that hopefully explains why your proxy server thinks the request is not OK.
Have a look at ZnNetworkingUtils class>>#socketStreamToUrl: Does this make the right decision in your setup ?
Yes it does. ZnNetworkingUtils isProxySet => true
What are your proxy settings ? Just a hostname and a port ?