Re: [twsocket] HTTP POST answer code 401

2006-03-08 Thread Tibor Csonka
I think server should read all the request from the client (including request data) before responding, even in case of 401 response. Apache does the same. From client side, Internet Explorer also retransmits the whole POST data with every request. Fastream Technologies wrote: > Hello, > > I ha

Re: [twsocket] HttpCli.Abort

2006-02-19 Thread Tibor Csonka
As far as I know WaitForSingle(/Multiple)Object will block your thread, and if you are working with a single thread that means it will block you main thread indefinitely because once blocked you cannot set events or semnalize semaphores etc.. There are some cases in which OnRequestDone is not c

Re: [twsocket] Skip download of website if larger than X

2006-02-14 Thread Tibor Csonka
http://wiki.overbyte.be/wiki/index.php/THttpCli:OnHeaderEnd http://wiki.overbyte.be/wiki/index.php/THttpCli:OnDocData Take a look here. Regards Marius van Tubbergh wrote: > Another question I have: > > I am downloading a list of Url's websites. > But when the size is larger than X KB it must skip

Re: [twsocket] ICS help system?

2006-02-09 Thread Tibor Csonka
>I much prefer it were hosted directly at OverByte, but just in case, >know that the hosting space I have available includes MySQL/PHP and all >the standard features. I always intended to make a web site, but never >found the time, so I have 10GB of space, which I pay for yearly, just >wastin

Re: [twsocket] ICS help system?

2006-02-08 Thread Tibor Csonka
for a real help system. Also ICS community could also post code examples, best practices and anything what is needed to develop with ICS. Regards, Tibor Csonka -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit o

Re: [twsocket] ICS help system?

2006-02-08 Thread Tibor Csonka
content must be written and this takes time. DZ-Jay wrote: >Tibor Csonka wrote: > > >>If DZ-Jay is offering hosting, then I can maybe do the Windows HTML help >>importer, which will take the exported wiki data and build a html source >>from it. I don't know the e

Re: [twsocket] ICS help system?

2006-02-08 Thread Tibor Csonka
e for ICS (I mean the effort). Best regards, Tibor Csonka -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] httpClient, total bytes received / sent

2006-02-08 Thread Tibor Csonka
If you just inrease an integer in the OnDocData event this shouldn't be a performance issue. Marius van Tubbergh wrote: >>Yes, but be carefull 'cause if you do UI stuff in OnDocData event the >>transfell could slow down awfully! >> >> > >Is there any other way around besides in OnDocData ev

[twsocket] ICS help system?

2006-02-08 Thread Tibor Csonka
mentioned before that he have no time to make a help system for the ICS package, and this could be an alternative so the community will write their help system. What do you think? Thanks for reading on, and if you consider this a useless thing please ignore the mail. Best regards, Tibor Csonka

Re: [twsocket] httpClient, total bytes received / sent

2006-02-08 Thread Tibor Csonka
>OnDocDate event: >- > >TotalReceived := TotalReceived + Len; > >- > > > Yes, but be carefull 'cause if you do UI stuff in OnDocData event the transfell could slow down awfully! -- To unsubscribe or change your settings for TWSocket mailing list

Re: [twsocket] Spiders

2006-02-05 Thread Tibor Csonka
ons that are likely to be OT. > > I think it would be of greater benefit of the ICS community to talk about this right here in the mail list. So put your question and/or your experiences and I'll try to answer them. Also I think Arno Garrels has worked on a web spider (correct me

Re: [twsocket] Problem with the lists

2006-01-27 Thread Tibor Csonka
>yes ! > >perhaps ICS has reach the almost perfection and doesn't need any support >anymore ? ;) > I think so too :) -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] NTLM authentication reloaded

2006-01-20 Thread Tibor Csonka
web auth or a property in which users can set the domain name separator this can be one for each of the authentication part, because it's mainly depends on the implementor application's user inteface. Best regards, Tibor Csonka -- To unsubscribe or change your settings for TWSocket ma

Re: [twsocket] NTLM authentication reloaded

2006-01-20 Thread Tibor Csonka
as trying to point out. Best regards, Tibor Csonka -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] NTLM authentication reloaded

2006-01-20 Thread Tibor Csonka
Anyway the user tweaks like this separation character should not be the concern of ICS but of the application with the functionality. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.ov

Re: [twsocket] NTLM authentication reloaded

2006-01-20 Thread Tibor Csonka
That is what I ment also. Now the question is that should or should not ICS allow other separators than backslash? And the second question that on the proxy authentication part should we use the same technique? Personally I didn't saw usernames like [EMAIL PROTECTED] until now in windows. Paul,

Re: [twsocket] NTLM authentication reloaded

2006-01-19 Thread Tibor Csonka
day, January 20, 2006 1:47 AM >Subject: Re: [twsocket] NTLM authentication reloaded > > > > >>Scrive Tibor Csonka <[EMAIL PROTECTED]>: >> >> >> >>>Hello list, >>> >>>I've just ran into a small bug in NTLM a

Re: [twsocket] NTLM authentication reloaded

2006-01-19 Thread Tibor Csonka
fox NTLM code and it seemes that they do the same (separate the user and the domain). Best regards, Tibor Csonka -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] NTLM authentication reloaded

2006-01-19 Thread Tibor Csonka
You should try them all yourself and select the one that works > >Paul > > > >- Original Message - >From: "Tibor Csonka" <[EMAIL PROTECTED]> >To: >Sent: Thursday, January 19, 2006 5:32 PM >Subject: [twsocket] NTLM authentication reloaded > >

[twsocket] NTLM authentication reloaded

2006-01-19 Thread Tibor Csonka
UName := FUsername; end; Result := NtlmGetMessage3(Dom, Hostname, UName, FPassword, FNTLMMsg2Info.Challenge); I did this in the HTTP authentication part not in the proxy. Can somebody confirm that in case of NTLM proxies, should work the same way? Best regards, Tibor Csonka -- To unsubscribe or

Re: [twsocket] Downloading a webpage, including its pictures. How??

2005-10-30 Thread Tibor Csonka
the HTML search for links and request them, then parse all the resulted data, search for links, request them. This is the basic repetitive task that you app should do. Of course you must check to download a page only once, also take care of badly implemented custom 404 pages. Regard

Re: [twsocket] TeamICS web page

2005-10-30 Thread Tibor Csonka
LOL, it's good to see you guys! It was like I was changing mails with phantoms. Keep up the good work! Best regards, Tibor Csonka > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Francois PIETTE > Sent: Wednesday, October 26,

Re: [twsocket] HttpCli: Opinion wanted !

2005-08-31 Thread Tibor Csonka
s not available for older Delphi versions? Regards, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Guillaume MAISON Sent: Wednesday, August 31, 2005 10:30 AM To: ICS support mailing Subject: Re: [twsocket] HttpCli: Opinion wanted ! Tibor Csonka a écrit

Re: [twsocket] HttpCli: Opinion wanted !

2005-08-31 Thread Tibor Csonka
Hi, I was reading the thread for a while, and my oppinion is that the design is very ok. I mean it makes the thing extensible and it's also clean and elegant. My only concern is: is there any other encoding than gzip/deflate? Because I cannot think of one ... Regards, Tibor Csonka -

RE: [twsocket] HttpSrv: implementing NTLM

2005-06-29 Thread Tibor Csonka
Apache itself do not support NTLM but take a look at this: http://modntlm.sourceforge.net/ it's supposed to be a module for Apache. I think they have sources also. It may be helpful. Regards Tibor Csonka -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTE

RE: [twsocket] Reuse Port ( TIME_WAIT )

2005-05-12 Thread Tibor Csonka
By any chance, your DB is MySQL? Because I've had the same problem with apache PHP and MySQL. MySQL just keeps thousands of TIME_WAIT sockets for some (for me at least) unknown reason. If you have MySQL, then I think it is not a ThttpCli issue (this time). Regards -Original Message- Fro

RE: [twsocket] Overwriting of HttpCli properties

2005-04-27 Thread Tibor Csonka
Hello, In my oppinion username and(or) passwords in the url are really useless to implement. Think about Internet Explorer which inhibed this also. Also, how can you specify proxy credentials in the url? regards -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Beha

RE: [twsocket] HttpCli with passwords

2005-04-05 Thread Tibor Csonka
Hi, Try to log http headers and connect disconnect events. This way it is a lot easier to assist you. Regards -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ronny Karl Sent: Wednesday, April 06, 2005 8:01 AM To: ICS support mailing Subject: [twsocket]

RE: [twsocket] HELP with NTLM authentication

2005-03-18 Thread Tibor Csonka
idator.com/ > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Tibor Csonka > Sent: Thursday, March 17, 2005 3:59 PM > To: 'ICS support mailing' > Subject: RE: [twsocket] HELP with NTLM authentication > > > I could ac

RE: [twsocket] HELP with NTLM authentication

2005-03-17 Thread Tibor Csonka
I could access your site with no problem. Here are the headers log: Step 1: GET / HTTP/1.0 Connection: Keep-alive Host: val.htmlvalidator.com:81 HTTP/1.1 401 Access Denied Server: Microsoft-IIS/5.1 Date: Thu, 17 Mar 2005 21:57:30 GMT WWW-Authenticate: Negotiate WWW-Authenticate: NTLM Content-Leng