[squeak-dev] Re: WebClient with proxy NTLM authentication

Denis Kudriashov dionisiydk at gmail.com
Mon Sep 20 13:48:37 UTC 2010


Hello, Andreas.

Sorry for late response.

For me ntlm proxy authorization not work. I try code:

(WebClientSSP new )
    proxyUser: 'GONDOR\dkudryashov';
    proxyPass: '111';
    httpGet: 'http://www.google.com' .

My proxy server is squid/2.6.STABLE21.

After authorization request response stay 407.

Besides after failed authorization webclient try basic authorization and
request me for user and password. Maybe its wrong behavior too.


Anyway thank you for your fastest help. I really surprised :))

2010/9/17 Andreas Raab <andreas.raab at gmx.de>

> Microsoft SSP
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20100920/287d83e8/attachment.htm


More information about the Squeak-dev mailing list