CGI security
Posted by: youknowho
Posted on: 2007-10-23 23:25:00
I have a Python CGI generating my web pages and it is working great. I want to secure the CGI source code from prying eyes, and have "Extra Web Security" turned on.
I know there are issues concerning whether the request originated from my web page or not, making sure the CGI will never return the source code, etc. What else do I need to do?