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

Denis Kudriashov dionisiydk at gmail.com
Mon Sep 20 17:06:24 UTC 2010


Ok, I do this tomorrow

20 сентября 2010 г. 20:02:39 UTC+4 пользователь Andreas Raab <
andreas.raab at gmx.de> написал:

> 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
>>
>>
>>
>>
>>
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20100920/bde2dbd0/attachment.htm


More information about the Squeak-dev mailing list