Re: [twsocket] HttpCli - autorization - proxy - bugs

2005-10-16 Thread Arno Garrels
Maurizio Lotauro wrote: Can you explain what happen? Because you get the loop problem I imagine that your situation is: - the client request an URI - the proxy answer with a 407 code - the client authenticate to the proxy and start the SSL - the remote server answer with a 401 code and

Re: [twsocket] HttpCli - autorization - proxy - bugs

2005-10-16 Thread Maurizio Lotauro
On 16-Oct-05 07:29:49 Arno Garrels wrote: Maurizio Lotauro wrote: Can you explain what happen? Because you get the loop problem I imagine that your situation is: - the client request an URI - the proxy answer with a 407 code - the client authenticate to the proxy and start the SSL - the

Re: [twsocket] HttpCli - autorization - proxy - bugs

2005-10-14 Thread Arno Garrels
Maurizio Lotauro wrote: On 13-Oct-05 15:33:39 Arno Garrels wrote: Maurizio Lotauro wrote: [...] It is a know issue. I already fix it and a corrected version of httpcli is on the ics site as beta. Good to know, I was going to waste my time fixing it myself (not easy). Don't remaind

Re: [twsocket] HttpCli - autorization - proxy - bugs

2005-10-14 Thread Maurizio Lotauro
Scrive Arno Garrels [EMAIL PROTECTED]: Maurizio Lotauro wrote: [...] Just tested you code, so far it is working smoothly, good job! Thank you :-) However, I changed the string-type of new properties ServerAuth as well as ProxyAuth to a new custom type: THttpAuthType = (httpAuthNone,

[twsocket] HttpCli - autorization - proxy - bugs

2005-10-13 Thread Arno Garrels
Hello, It's the first time I use the HttpCli component (I'm disappointed). Basic authorization after basic proxy-authorization does not work (infinite loop). NTLM authorization in combination with basic proxy-authorization does not work. NTLM authorization in combination with NTLM

Re: [twsocket] HttpCli - autorization - proxy - bugs

2005-10-13 Thread Maurizio Lotauro
Scrive Arno Garrels [EMAIL PROTECTED]: Hello, It's the first time I use the HttpCli component (I'm disappointed). Basic authorization after basic proxy-authorization does not work (infinite loop). NTLM authorization in combination with basic proxy-authorization does not work. NTLM

Re: [twsocket] HttpCli - autorization - proxy - bugs

2005-10-13 Thread Francois Piette
- Original Message - From: Maurizio Lotauro [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Thursday, October 13, 2005 4:12 PM Subject: Re: [twsocket] HttpCli - autorization - proxy - bugs Scrive Arno Garrels [EMAIL PROTECTED]: Hello, It's the first time I use

Re: [twsocket] HttpCli - autorization - proxy - bugs

2005-10-13 Thread Arno Garrels
Maurizio Lotauro wrote: Scrive Arno Garrels [EMAIL PROTECTED]: Hello, It's the first time I use the HttpCli component (I'm disappointed). Basic authorization after basic proxy-authorization does not work (infinite loop). NTLM authorization in combination with basic proxy-authorization

Re: [twsocket] HttpCli - autorization - proxy - bugs

2005-10-13 Thread Arno Garrels
PM Subject: Re: [twsocket] HttpCli - autorization - proxy - bugs Scrive Arno Garrels [EMAIL PROTECTED]: Hello, It's the first time I use the HttpCli component (I'm disappointed). Basic authorization after basic proxy-authorization does not work (infinite loop). NTLM authorization

Re: [twsocket] HttpCli - autorization - proxy - bugs

2005-10-13 Thread Maurizio Lotauro
On 13-Oct-05 15:33:48 Arno Garrels wrote: Francois Piette wrote: [...] You can apply it to the version in ICS-SSL V4. Those not using ICS-SSL may use the beta already available from my website. That's a good idea, I'll test it hard ;-) Maurizio, can you please send me a copy, so I can add

Re: [twsocket] HttpCli - autorization - proxy - bugs

2005-10-13 Thread Maurizio Lotauro
On 13-Oct-05 15:33:39 Arno Garrels wrote: Maurizio Lotauro wrote: [...] It is a know issue. I already fix it and a corrected version of httpcli is on the ics site as beta. Good to know, I was going to waste my time fixing it myself (not easy). Don't remaind me, it needed two weeks of work