On Sat, Feb 29, 2020 at 11:07:30PM +, sebb wrote:
>On Mon, 24 Feb 2020 at 06:30, McIntyre, Vincent (CASS, Marsfield)
> wrote:
>>
>> Hi
>>
>> this has come up a few times in the past and I've tried to use the
>> list archives to check my config. I'm still not able to get the
>> behaviour I think
I do not want apache "doing basic auth". I want to do it in the
cgi script myself, and as I understand RFC3875, the headers in
question should be passed for that purpose.
Thanks anyway
Rodrigo
On Sun, 1 Mar 2020, Eric Covener wrote:
> If Apache isn't doing basic auth, it can't supply REMOTE_U
On Sun, Mar 1, 2020 at 10:07 AM Roderick wrote:
>
>
> Dear Sirs,
>
> running a CGI script, in which I myself implement basic
> authentication, I miss necessary headers:
>
> REMOTE_USER
> AUTH_TYPE
> HTTP_AUTHORIZATION
>
> According to https://tools.ietf.org/html/rfc3875 the first MUST be passed.
>
Dear Sirs,
running a CGI script, in which I myself implement basic
authentication, I miss necessary headers:
REMOTE_USER
AUTH_TYPE
HTTP_AUTHORIZATION
According to https://tools.ietf.org/html/rfc3875 the first MUST be passed.
Is there a way to get these headers?
I get the last putting in the