[twsocket] HTTPCli working different in new version?

2005-06-09 Thread Moacir Flávio Gonçalves
Well, in the previous version (dont known how old) of THttpCli, my software was running ok, but in the new version I am getting a little problem: When I "Get" some file like: http://user:[EMAIL PROTECTED], in the OnDocData I first receive: ' 401 Authorization Required Authorization Required Th

Re: [twsocket] Feedback for fixed version of HttpCli component

2005-06-09 Thread Arnaldo Braun
Hi Perhaps a 3rd option is using a external *.obj* file included conditionally in the unit. In the past I used this method with Delphi 5 and Kylix 2 to include a small very fast external library compiled in "C" (flat). To avoid conflicts between Delphi and "C" library, I don't use any "C" l

Re: [twsocket] Feedback for fixed version of HttpCli component

2005-06-09 Thread Francois PIETTE
The updated (by Maurizio Lotauro) HTTP client component has been downloaded now hundreds of time. We received not so much feedback here ! Only one :( Should I consider it is fully working and make it available in the regular distribution ? At this point I suggest to include it in the regular

[twsocket] ICS registration

2005-06-09 Thread Francois PIETTE
As you subscribed to ICS support mailing list, you probably use ICS. Good ! But have yo taken time to register your ICS copy ? ICS is freeware but to use it, you must register it. Registration is very simple: just mail a [real, paper] picture postcard to the author (me). You can find instructions

Re: [twsocket] HTTP client component with gzip compression

2005-06-09 Thread Maurizio Lotauro
Scrive Francois PIETTE <[EMAIL PROTECTED]>: > > I'm only read the changes in the code. IIRC you sayd in the past that > > you don't like to have code based on external dll. > > Yes, still the same. But this is the first step. The next step is to use > delphi code instead of the DLL. There are zl

Re: [twsocket] 2 questions concerning cookies

2005-06-09 Thread Francois PIETTE
1. I am using a demo source HttpTst. I am opening an URL (using GET) which I know is creating a short- term cookie - it's probably being created by php to store the session info. The question is how should I save (in the memory?) this cookie (some source would be usefull) and You can

Re: [twsocket] Notes on June 6, 2005 release

2005-06-09 Thread Francois PIETTE
Thanks Maurizio. I fixed those "Hothings" :-) -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Maurizio Lotauro" <[EMAIL PROTECTED]> To: Sent: Thursday, June 09, 2005 3:21 AM Subject: [twsocket] Notes on June 6, 2005 release Hothing important :-) In the sourc

[twsocket] 2 questions concerning cookies

2005-06-09 Thread Julian S.
>From ICS FAQ: Short-term cookie have to be send to server 'as is' from first receiving until end of session. Short-term cookie is the cookie without 'expires' field in the body or with expiration period of few minutes. You don't save them to disk and don't send them to server at the beginning of

[twsocket] Fwd: A simple question: how to add custom http headers with httpcli?

2005-06-09 Thread Jack
Found the answer myself: OnBeforeHeaderSend ===8<==Original message text=== A simple question: how to add custom http headers with httpcli? I looked at the properties but did not find a string list property that seemingly fit this purpose... -- To unsubscribe or change