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
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
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
>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
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
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
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
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
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
>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
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
>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
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
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
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
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,
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
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
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
>
>
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
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
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,
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
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
-
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
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
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
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]
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
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
30 matches
Mail list logo