From: Rob McCoolNewsgroups: netscape.devs-nsapi Subject: Re: Custom Authorization again.... Date: Wed, 27 Nov 1996 16:01:03 -0800 > I'm currently writing an API to do a custom authorization from an Oracle > database for a BBS system. > > I don't want the dialogue box used in the basic-auth, instead I want my > own custom html page to ask for the login/password. > > I read the "cookies" example, but I was wondering if I didn't have to > use "cookies". Is there any other simpler way to implement this? Can I > just use the pblock_nvinsert functions to grab the username and > password? How would the cgi-script called form the