Environmental Variable |
Description |
|
The number of bytes sent by the client. |
|
The type of content sent by the client. Normally mime-type application/ x-www-form-urlencoded
for forms. |
|
The name and revision of the gateway interface being used. Normally
CGI/1.1. |
|
A comma delimited list of mime-types which the client accepts. |
|
A comma delimited list of the encoding schemes which the client accepts. |
|
A comma delimited list of the languages which the client accepts. Normally
en-us for United States English. |
|
Type type of HTTP connection. Normally Keep-Alive for forms. |
|
The host name of the server the request was sent to. |
|
The URL from which the request was made. |
|
The client making the request. |
|
Whether the request is secure.
on if the request is secure.
off if the request is not secure. |
|
The IP address of the server the request was sent to. |
|
Additional path information sent by the client. |
|
Physical path translation of PATH_INFO. |
|
Any information sent after the ? in the HTTP request made by
the client. |
|
The IP address of the client making the request. |
|
The host name of the client making the request. |
|
The form request method being made. Normally [ get |
post ]. |
|
The virtual path of the script being executed. |
|
The host name of the server the request was sent to. |
|
The port number the request waas sent to. Normally port 80. |
|
Whether the request is secure.
1 if the request is secure.
0 if the request is not secure. |
|
The name and revision of the request protocol being used. Normally
HTTP/1.1. |
|
The name and revision of the server being used. |