I noticed that i can access my cgi pages without beeing logged in
is there a way to require to be logged in for using the cgi
I noticed that i can access my cgi pages without beeing logged in
is there a way to require to be logged in for using the cgi
In the API reference guide in the section on Web Servers->Advanced Web Server see the functions naCgiCheckAccess and naCgiSetAccess. These are used to set up the restricted access and then check if the user has the privs.
Thanks That solved the question