Question: Goal: Using python, check login credentials and return a response of success of fail. Steps: Write a CGI script in python to read a comma
Goal: Using python, check login credentials and return a response of success of fail.
Steps:
- Write a CGI script in python to read a comma delimited file that has at least 3 separate username/password pairs
- With the username and password variables stored in your program, read the csv file with credentials (named creds)
- Check to see if the variables match the data from the csv file and return the appropriate response
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
