You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Marian Klco <Ma...@anasoft.ana.sk> on 1998/05/22 22:10:00 UTC

Re: os-windows/2259: HTTP Authentic

The following reply was made to PR os-windows/2259; it has been noted by GNATS.

From: "Marian Klco" <Ma...@anasoft.ana.sk>(by way of Brian Behlendorf <br...@hyperreal.org>)
To: apbugs@apache.org
Cc:  Subject: Re: os-windows/2259: HTTP Authentic
Date: Fri, 22 May 1998 10:47:54 -0700

 Forwarded message:
 From:     Self <ANASOFT1/MARIAN>
 To: brian@hyperreal.org
 Subject: Re: os-windows/2259: HTTP Authentication
 Cc: <ap...@Apache.Org>
 Date: Fri, 22 May 1998 10:53:02 MET
 
 Sorry.
 This is not bug, this is my stupidity.
 Please delete this report.
 
 By the way i can get dialog for user and pasword with
 this PHP script:
 <?
       Header("WWW-Authenticate: Basic realm=USER");
       Header("Status: 401 Unauthorized");
 ?>
 This script is other becuase this PHP is not apache module but cgi.
 
 But why apache not send user and password by HTTP variables in cgi?
 I need user and password only for DB authentication.I require
 HTTP_USER any time and HTTP_PASSWD in status 401 no matter
 if .htacces exists or not.
 
 Majco.