Hello,

on 02/09/2007 04:49 PM Manish Marathe said the following:
> Hello,
> 
> 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


-- 

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