Following excerpt is taken from workflow PDF - page 178"CGI program (or “CGI script”) is a program that is executed on a web server to handle an HTTP request. It obtains the HTTP request from standard input (if the request was a POST) and from environment variables, and it writes the HTTP response to standard output."How can CGI program obtain HTTP request from standard input. As HTTP request can be provided through browser only. Pls explain.