What are the steps involved in reading a CGI script on the server?
What are the steps involved in reading a CGI script on the server?
- Client makes a request that is passed data formats the server can accept like www/source, text/html, and image/gif.
- The server identifies the name of the client and the user information that has come up with the requests.
- CGI program contains all the information with some additional information that helps in identify the type of information on the server.
- CGI program contains the information depending on the input given on the server and the operating system used.
- CGI program uses the functions like STDIN stands for standard input to get their input from and then respond it accordingly.