help-cgicc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[help-cgicc] Displaying a protected HTML file


From: Matthew D. Peavy
Subject: [help-cgicc] Displaying a protected HTML file
Date: Fri, 17 Sep 2004 11:08:45 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113

Hi cgi folks,

I have a fairly simple application. I want to read in a user name / password from a form, verify that the two match within a cgi program, and then display an HTML page. If the password was invalid, I do not want to allow the person access to the desired page, rather, I want to give them an error page.

I would like to display a static HTML page. Thus, I don't want the cgi program to dynamically create the HTML. I just want to redirect the users browser to a page -- however, the user should NOT be able to get to the page without passing the password test.
Is this possible using cgicc?

Thanks,
Matt.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]