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

Andreas Raab andreas.raab at gmx.de
Mon Sep 20 16:02:39 UTC 2010


Hi Denis -

Like I said, it was little tested :-) If you're interested in helping me 
debug this issue, could you do the following:
* Enable the debugLog (i.e., "WebClient debugLog: Transcript")
* Shoot off the request
* Email me the transcript output
Do note that the output may contain sensitive information (i.e., don't 
try this with your real credentials) but if you could send me the result 
it should help me find out what's going wrong.

Cheers,
   - Andreas

On 9/20/2010 6:48 AM, Denis Kudriashov wrote:
> 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 <mailto:andreas.raab at gmx.de>>
>
>     Microsoft SSP
>
>
>
>
>




More information about the Squeak-dev mailing list