Re: [twsocket] HTTP client and NTLM

2006-01-08 Thread Arno Garrels
Maurizio Lotauro wrote: > Scrive Francois PIETTE <[EMAIL PROTECTED]>: > > A user reported having problem with a server handling badly NTLM. > Using the option httpoNoNTLMAuth doesn't really disable NTLM. The > user has derived a new class from the component and has added in the > c

Re: [twsocket] HTTP client and NTLM

2006-01-08 Thread Maurizio Lotauro
Scrive Francois PIETTE <[EMAIL PROTECTED]>: > >>> A user reported having problem with a server handling badly NTLM. Using > >>> the option httpoNoNTLMAuth doesn't really disable NTLM. The user has > >>> derived a new class from the component and has added in the constructor > >>> FServerAuth =

Re: [twsocket] HTTP client and NTLM

2006-01-08 Thread Maurizio Lotauro
Scrive Arno Garrels <[EMAIL PROTECTED]>: > Maurizio Lotauro wrote: [...] > > I just discovered that when Arno changed FServerAuth and FProxyAuth from > > string to an ordinal type some code was modified in the wrong way. > > Shall I change my job? It looks like that :( I don't think so. Usuall

Re: [twsocket] HTTP client and NTLM

2006-01-08 Thread Francois PIETTE
>>> A user reported having problem with a server handling badly NTLM. Using >>> the option httpoNoNTLMAuth doesn't really disable NTLM. The user has >>> derived a new class from the component and has added in the constructor >>> FServerAuth = httpAuthBasic; >>> Then it works. >>> >>> If someone

Re: [twsocket] HTTP client and NTLM

2006-01-08 Thread Arno Garrels
Maurizio Lotauro wrote: > Scrive Francois PIETTE <[EMAIL PROTECTED]>: > >> A user reported having problem with a server handling badly NTLM. Using >> the option httpoNoNTLMAuth doesn't really disable NTLM. The user has >> derived a new class from the component and has added in the constructor >>

Re: [twsocket] HTTP client and NTLM

2006-01-07 Thread Maurizio Lotauro
Scrive Francois PIETTE <[EMAIL PROTECTED]>: > A user reported having problem with a server handling badly NTLM. Using the > option httpoNoNTLMAuth doesn't really disable NTLM. The user has derived a > new class from the component and has added in the constructor > FServerAuth = httpAuthBasic

[twsocket] HTTP client and NTLM

2006-01-07 Thread Francois PIETTE
A user reported having problem with a server handling badly NTLM. Using the option httpoNoNTLMAuth doesn't really disable NTLM. The user has derived a new class from the component and has added in the constructor FServerAuth = httpAuthBasic; Then it works. If someone could confirm this behav