I assume you address your cgi-bin script with POST method. If so
you must make authentication valid not only for GET but also for
POST method, e. g.
<LIMIT GET POST>
^^^^
AuthUserFile ....
AuthGroupFile ...
AuthName ByPassword
AuthType Basic
<LIMIT GET POST>
require group user-group
or
require valid-user your-user
</LIMIT>
Try out http://colos-www.prz.tu-berlin.de/~ries/krauss/cgi-tester.html
and type "ries" as username and "ries" as password.
Regards Friedhelm
-- Friedhelm ries@prz.tu-berlin.de http://colos-www.prz.tu-berlin.de/~ries/ *----------------------------------------------------------------------- "There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence." - Jeremy S. Anderson