On Thu, 28 Feb 2002, Bas Jobsen wrote:
> I try to do a HTTP Authorization with a fsockopen, but it doesn't seem to
> work. Who can help?
> $user and $passwd are set well, my code:
I think you can spy from PEAR HTTP_Request class how it
can be done:
http://chora.php.net/
You should have only one \r\n pair after the HTTP request AFAIK - only
need two when the header ends.
Bogdan
Bas Jobsen wrote:
>Hello,
>
>I try to do a HTTP Authorization with a fsockopen, but it doesn't seem to
>work. Who can help?
>$user and $passwd are set well, my code:
>--
>$auth=base64_
Hello,
I try to do a HTTP Authorization with a fsockopen, but it doesn't seem to
work. Who can help?
$user and $passwd are set well, my code:
--
$auth=base64_encode($user.":".$passwd);
$header="GET /pa2/ HTTP/1.0\r\n\r\n";
$header.="Accept: text/html\r\n";
$header.="Authorization: Basic $auth\r\
3 matches
Mail list logo