From: Rob McCool
Newsgroups: netscape.devs-nsapi
Subject: Re: How to set "REALM"??
Date: Wed, 13 Nov 1996 17:10:03 -0800
> This question has been asked several times on this newsgroup. Multiple
> suggestions have been provided, but I haven't been able to get it to
> work. For Enterprise on Solaris 2.5 How do I set the realm that is
> shown on the dialog in the Netscape browser when a user is
> authenticated? I tried using:
> pblock_nvinsert("WWW-Authenticate",
"basic realm=my_realm",rq->srvhdrs);
This one is correct, but try using WWW-authenticate instead of
WWW-Authenticate. This is another case where pblock name matching should
probably have been made case insensitive.
--Rob
--
Rob McCool, robm@netscape.com http://home.netscape.com/people/robm/
Stunt Programmer, Netscape Communications Corporation
It was working ten minutes ago, I swear...
Reproduced by permission of the author.