Computer Science, asked by harshad4615, 1 year ago

What are environment variables available in Python CGI Programming?

Answers

Answered by kr849826
0

Answer:

CGI Environment Variables

Sr.No. Variable Name Description

9 REQUEST_METHOD The method used to make the request. The most common methods are GET and POST.

10 SCRIPT_FILENAME The full path to the CGI script.

11 SCRIPT_NAME The name of the CGI script.

12 SERVER_NAME The server's hostname or IP Address

Similar questions