I have a web page that uses a Python cgi script to store requested information for later retrieval by me. As an example, the web page has a text box that asks “What is your name?” When the user inputs his name and hits the submit button, the web page calls the Python cgi script which writes the user’s name to mytextfile.txt on the web site. The problem is that if anyone goes to http://www.mydomain.com/mytextfile.txt, they can see all of the information written to the text file. Is there a solution to this? Or am I using the wrong tool? Thanks for your time.
Share
Definitely the wrong tool. Multiple times.