Re: [twsocket] NTLMV2 Sample Usage

2016-02-17 Thread Angus Robertson - Magenta Systems Ltd
> I used ICS to support httpCli SSL requests and now a client has > asked me if I support NTLMv2. > I looked at some of the samples and found adding the compiler > directive UseNTLMAuthentication just causes it to not compile. NTLM is only used by Windows web servers authenticating against windo

Re: [twsocket] NTLMV2 Sample Usage

2016-02-17 Thread mlota...@libero.it
>Da: Angus Robertson - Magenta Systems Ltd >Data: 17/02/2016 9.46 >A: >Ogg: Re: [twsocket] NTLMV2 Sample Usage > >> I used ICS to support httpCli SSL requests and now a client has >> asked me if I support NTLMv2. >> I looked at some of the samples and found adding the compiler >> directive UseN

Re: [twsocket] NTLMV2 Sample Usage

2016-02-17 Thread Angus Robertson - Magenta Systems Ltd
> I looked at some of the samples and found adding the compiler > directive UseNTLMAuthentication just causes it to not compile. In OverbyteIcsHttpProt.pas, I commented out: {$IFNDEF NO_ADVANCED_HTTP_CLIENT_FEATURES} and it's {$ENDIF}, which enables NTLM and Digest authentication, and the unit