Hello,

I cannot see the web page updated for the download. I think you should 
update the date of the download link.

Regards,

SZ

----- Original Message ----- 
From: "Francois PIETTE" <[EMAIL PROTECTED]>
To: <twsocket@elists.org>
Sent: Sunday, March 05, 2006 5:56 PM
Subject: [twsocket] ICS V5 Beta. Now include HTTP server authentication


>I uploaded a new ICS V5 beta. It include authentication support built into
> the HTTP server component.
> The new version include code written by Fastream for Digest 
> authentication.
> I fixed and expanded Fastream code. Also added code for basic
> authentication.
>
> The new code is compiled in using a compilation directive (compiled by
> default, define NO_AUTHENTICATION_SUPPORT to suppress the new code).
>
> There is a short help:
>  To implement authentication in your website, you must install an event
>  handler for OnAuthGetType. In this handler, you check for each
>  Client.Path which need to be password protected. For each selected path,
> you
>  have to set Client.AuthType to whatever authentication method you need
> (none,
>  basic or digest). You could also set Client.AuthRealm to whatever realm
> you
>  need. By default AuthType and AuthRealm are initialized from the
> corresponding
>  values ate the server component level.
>  The next thing to do is to implement an event handler for the
>  OnAuthGetPassword event. This event is triggered whenever the component
> need
>  to get a password to check with what the client sent. Usually, you'll get
>  the password using Client.AuthUsername property which is the username
>  provided by the client. You may also use the path and the realm to
>  implement more complex passwrod system.
>  Use the OnAuthResult event to log authentication success or failure.
>
> --
> [EMAIL PROTECTED]
> http://www.overbyte.be
>
> -- 
> 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 

-- 
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

Reply via email to