Hi all,
exists any THttpCli implementation that support digest access
authentication?
Thanks,
Emanuele
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be
Hi all,
exists any THttpCli implementation that support digest access
authentication?
Thanks,
Emanuele
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be
emanuele bizzarri wrote:
> Hi all,
> exists any THttpCli implementation that support digest access
> authentication?
Good question, I always wondered why the guy who implemented digest auth
in the HTTP server didn't add it to the THttpCli as well?
--
Arno Garrels [TeamICS]
http://www.overbyte.be/
Bruce Zhao wrote:
> Hi, all:
>
> I want create a Socket Server,need IOCP,but the ICS look like don't
> support ICOP, it's true?
If you mean I/O Completion Ports no, they are not supported by ICS
--
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
--
To unsubscribe
Hi,
Well that's because we did design the THttpServer digest code for a web
server and a proxy and did not feel the need for THttpCli support. That
would be good idea though it was not personally me who coded it but Peter
and Francois.
Regards,
SZ
On Thu, Aug 28, 2008 at 7:58 PM, Arno Garrels <
Scrive Arno Garrels <[EMAIL PROTECTED]>:
> Hi All,
Hi Arno,
> What do you think about adding Utf8-support to the FTP components
> in ICSv7 for compilers D7 - D2007 as well?
I don't use the ftp components, but I think that every enhancements are
welcome :-)
[...]
> My prefered solution is cha
Scrive Arno Garrels <[EMAIL PROTECTED]>:
> Maurizio Lotauro wrote:
> > Scrive Arno Garrels <[EMAIL PROTECTED]>:
[...]
> > Only to clarify :-)
> > My was not a critic to CG. This kind of changes certainly will have
> > some side effects, but, we say, it is the minor of the harm, or it is
> > a ne
Scrive Arno Garrels <[EMAIL PROTECTED]>:
> emanuele bizzarri wrote:
> > Hi all,
> > exists any THttpCli implementation that support digest access
> > authentication?
>
> Good question, I always wondered why the guy who implemented digest auth
> in the HTTP server didn't add it to the THttpCli as