Re: [twsocket] GpHTTPProxy component

2006-01-23 Thread Francois PIETTE
> We need to parse the response but do not know the format. There is no > indication of GZip or Deflate (it could be compressed as well as > encrypted) > and also encryption. Any idea? It is produced/used by IBM WebSphere which - if I'm not wrong - support string cryptography using a PKI infrast

Re: [twsocket] ICS install on Delphi 2006

2006-01-23 Thread Francois PIETTE
> I'm moving from Delphi 7 to Delphi 2006 and I want to install ICS > components (actual stable release, not beta). > Where are (if exists, I don't see it) the Delphi 2006 packages? > Can I use new ones (beta) without compatibility problems? Yes, you can use the current ICS-V5 beta. There is no kn

Re: [twsocket] OnDataAvailable called before shutdown with no data

2006-01-23 Thread Jack
Hello Francois, > You can't ignore OnDataavailable event ! Got it. >> > There is a flag FPaused but it is not exposed as a property. >> Oh, will you be able to expose it? I can modify the source >> code for now but I think it's useful when Pause and Resume >> is exposed. > Not really. You can

Re: [twsocket] GpHTTPProxy component

2006-01-23 Thread Fastream Technologies
Hello, I am trying to help Ibrahim. With the http proxy, we get the following data: 23/01/2006 13:29:26 From Local (127.0.0.1) POST http://212.175.105.144:80/BagkurApp/EczaneApp/EczaneServlet HTTP/1.0 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Win32) Host: 212.175.105.144 Accept: text/html, i

Re: [twsocket] ICS install on Delphi 2006

2006-01-23 Thread Darin McGee
I think you meant "Actual ICS betas are more stable than any Microsoft Windows Gold :-)" Alpha -> Beta -> RC -> Gold Darin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dod Sent: Monday, January 23, 2006 4:59 AM To: ICS support mailing Subject: Re: [tw

Re: [twsocket] ICS install on Delphi 2006

2006-01-23 Thread David Marti
Estimado David, Con fecha dilluns, 23 / gener / 2006, 10:42:29, escribió: > Dear list members, > I'm moving from Delphi 7 to Delphi 2006 and I want to install ICS > components (actual stable release, not beta). > Where are (if exists, I don't see it) the Delphi 2006 packages? > Can I use new o

Re: [twsocket] ICS install on Delphi 2006

2006-01-23 Thread Angus Robertson - Magenta Systems Ltd
> I'm moving from Delphi 7 to Delphi 2006 and I want to install ICS > components (actual stable release, not beta). > > Where are (if exists, I don't see it) the Delphi 2006 packages? The official version of ICS tested with Delphi 2006 is on the companion disk, I installed it on 2006 and built a

Re: [twsocket] ICS install on Delphi 2006

2006-01-23 Thread Dod
Hello David, Actual ICS betas are more stable than any Microsoft Windows alpha :-) DM> I'm moving from Delphi 7 to Delphi 2006 and I want to install ICS DM> components (actual stable release, not beta). DM> Where are (if exists, I don't see it) the Delphi 2006 packages? DM> Can I use new ones (be

[twsocket] ICS install on Delphi 2006

2006-01-23 Thread David Marti
Dear list members, I'm moving from Delphi 7 to Delphi 2006 and I want to install ICS components (actual stable release, not beta). Where are (if exists, I don't see it) the Delphi 2006 packages? Can I use new ones (beta) without compatibility problems? Thanks in advance. -- David

Re: [twsocket] THttpServer Digest Auth implemented with ICS

2006-01-23 Thread Fastream Technologies
The code forks from the basic auth code in the ConnectionDataAvailable event in the checker for "Authorization:" part. If you look at that code piece, it is easy to add new methods. You will need to define your Answer401NTLM() though as the precedence is now Digest and Basic (if you add NTLM to

Re: [twsocket] THttpServer Digest Auth implemented with ICS

2006-01-23 Thread Arno Garrels
Fastream Technologies wrote: > Hello Francois and Everybody, > > We (me and Peter Nikolow) worked on Digest authentication for ICS > THttpServer. Could this be implemented so that further authentication methods can be added easily? Would it make sense to add NTLM support as well? With NTLM i