Hello,

on 02/12/2007 03:03 AM Manish Marathe said the following:
>     > I have seen some implementations of Server in php implementing
>     HTTP Digest
>     > Authentication but I have not seen any guidelines on HTTP Client
>     connecting
>     > to a specific host, and using the "realm", the username and
>     password to get
>     > authenticated and thereby do something like download files etc.
> 
>     Take a look at this HTTP client class:
> 
>     http://www.phpclasses.org/httpclient
> 
>     It supports Digest authentication via the SASL class library
> 
>     http://www.phpclasses.org/sasl
> 
> 
> Thanks Manuel,
> 
> So I will need both the SASL library written by you and the httpclient
> library? Can you throw some more light, will really appreciate that.

Exactly.

-- 

Regards,
Manuel Lemos

Metastorage - Data object relational mapping layer generator
http://www.metastorage.net/

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to