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 S

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

2005-10-15 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 a

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

2005-10-15 Thread Maurizio Lotauro
On 14-Oct-05 16:32:53 Arno Garrels wrote: >Maurizio Lotauro wrote: [...] >> No please keep they as string for two reasons: >> - if someone implement another authentication in an inherited compnent >> he/her must change HttpProt.pas to add a new item to the set >Hmm, but that's how it is done in

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

2005-10-14 Thread Arno Garrels
Maurizio Lotauro wrote: > 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

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 = (httpAuthNon

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).

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

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 c

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

2005-10-13 Thread Arno Garrels
-- > From: "Maurizio Lotauro" <[EMAIL PROTECTED]> > To: "ICS support mailing" > Sent: Thursday, October 13, 2005 4:12 PM > Subject: Re: [twsocket] HttpCli - autorization - proxy - bugs > > >> Scrive Arno Garrels <[EMAIL PROTECTED]>: >>

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-a

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

2005-10-13 Thread Francois Piette
http://www.overbyte.be - Original Message - From: "Maurizio Lotauro" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Thursday, October 13, 2005 4:12 PM Subject: Re: [twsocket] HttpCli - autorization - proxy - bugs > Scrive Arno Garrels <[EMAIL PROTECT

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. > NT

[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 proxy-authoriza