Re: [twsocket] Transparent HTTP proxy-support TWSocket

2011-02-09 Thread Arno Garrels
Hi All, I just checked in HTTP proxy support into svn, will be also available with next nightly snapshot as well at: http://wiki.overbyte.be/wiki/index.php/ICS_Download I'll now add this to the FTP client component since that is what I actually need in production. Please report any bugs to this

Re: [twsocket] THttpCli NTLM OverbyteIcsBcb100Package

2011-02-09 Thread Francois PIETTE
ipsHTTPS.UseWinInet := True; This line makes me thinking you are not using ICS ! There is no property of type WinInet in ICS. -- francois.pie...@overbyte.be The author of the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS)

Re: [twsocket] THttpCli NTLM OverbyteIcsBcb100Package

2011-02-09 Thread D'Arcy McNally
Thanks gentlemen. Your feedback is greatly appreciated. It looks like my legacy Delphi app was not using ICS, hence the UseWinInet, however the current C++ app is using the library OverbyteIcsBcb100Package. Can I assume this is version 6 of Overbyte ICS or is it prior? My follow on question is

Re: [twsocket] THttpCli NTLM OverbyteIcsBcb100Package

2011-02-09 Thread Arno Garrels
D'Arcy McNally wrote: OverbyteIcsBcb100Package. Can I assume this is version 6 of Overbyte ICS or is it prior? This is ICSv6 package for BCB 2006. It works fine for No Basic Authentication but when I configure for NTLM one of my clients is reporting a failure i.e. cannot download You

[twsocket] Is it possible to write a transparent web proxy with ICS and/or Delphi/CB?

2011-02-09 Thread Fastream Technologies
Hello, I have read Squid guys have done it under UNIX/Windows and AFAIK Squid is also user-mode only application. A transparent proxy requires to listen to all the target IPs on one adapter when destination port equals 80. So I wonder what API they are using? Raw sockets? Does raw sockets support

[twsocket] FTP client - HTTP v1.1 proxy-support added

2011-02-09 Thread Arno Garrels
Hi, I just checked in HTTP proxy support for the FTP client, will be also available with next nightly snapshot as well at: http://wiki.overbyte.be/wiki/index.php/ICS_Download Since it has been tested only with one proxy server (WinGate) it would be nice to get some feedback about whether it

[twsocket] Delay in Socket Communication

2011-02-09 Thread rajesh gupta
Hi, I am using ICS ver5 for communication as server and client (TWSocket), But there is delay in data send by the server to the client . I am sending the data frequently about 1000 bytes at a time . but I am not getting at client site at that time but there is delay of 2 - 5 seconds on