Hi,
I'm trying to retrieve the contents of a URL using
file_get_conten ts($url). The problem is that the URL is protected via
*HTTP Digest Authentication* .
Is there any php library that can handle all the necessary headers
during the request, or do I have to do it manually ?
Thanks!
Sérgio Nunes
I'm trying to retrieve the contents of a URL using
file_get_conten ts($url). The problem is that the URL is protected via
*HTTP Digest Authentication* .
Is there any php library that can handle all the necessary headers
during the request, or do I have to do it manually ?
Thanks!
Sérgio Nunes
Comment