Re: [PHP] Send Authorization: base64 Header

2001-01-13 Thread Hrishi
i'dve waited for your reply but i'm going home now so check the RFC : http://www.freesoft.org/CIE/RFC/index.htm look for Hypertext transfer protocol, v 1.0 in that look for a chapter called client authentication or somehting like that. that should do it. Hrishi -- PHP General Mailing List (

[PHP] Send Authorization: base64 Header

2001-01-13 Thread Marcio Ghiraldelli
Hello! I am workingn with a compiled software, but I need to integrate it with a PHP code. I need to send an Authorization: user/pass header to the software listening a HTTP/1.0 protocol. I already know that the user/pass must be base64 encoded, but how's the sintax? user/pass, user:pa