Re: [PHP] Send username & password in HTTP headers

2004-05-12 Thread Nagendra Prasad
ed, 12 May 2004 08:55:55 -0700 (PDT) Subject: Re: [PHP] Send username & password in HTTP headers > --- Nagendra Prasad <[EMAIL PROTECTED]> wrote: > > I'm posting some XML data to my client's website using HTTP Post. > > Assume I'm posting to getxml.php (hoste

Re: [PHP] Send username & password in HTTP headers

2004-05-12 Thread Chris Shiflett
--- Nagendra Prasad <[EMAIL PROTECTED]> wrote: > I'm posting some XML data to my client's website using HTTP Post. > Assume I'm posting to getxml.php (hosted on my clients server). > Now my client has put authentication on his website using > header('WWW-Authenticate: Basic realm="Private Area"');

[PHP] Send username & password in HTTP headers

2004-05-12 Thread Nagendra Prasad
Hi, I have a problem. I'm posting some XML data to my client's website using HTTP Post. Assume I'm posting to getxml.php (hosted on my clients server). Now my client has put authentication on his website using header('WWW-Authenticate: Basic realm="Private Area"'); Now the page getxml.php ask