Re: custom authentication functions

I've written CGI scripts which do Basic level authentication.  The only
catch is that servers seem to keep HTTP_AUTHENTICATE to themselves and
not pass the variable on to the script, even if the server is not doing
authentication on that URL space.  That was only under NCSA 1.3 and 1.5;
other servers may handle that correctly.  They should be passing the
information on, but I'd guess that so few people tried to do authentication
under CGI that it was never noticed.

Otherwise, the rest is just a matter of following the HTTP protocol and
knowing how to decode the user:password string.

			-- George

Received on Tuesday, 26 March 1996 16:06:20 UTC