August 1999
Intermediate to advanced
1488 pages
72h 53m
English
ssjs_getCGIVariable(envVariable)
The ssjs_getCGIVariable function is a top-level function that is not associated with any core server-side object. This function allows you to retrieve environment variables that are available to your CGI processes. When a variable cannot be found, the function returns null. Table 8.25 contains the default list of variables you can access.
| Variable | Description |
|---|---|
| AUTH_TYPE | The authorization type if the request is protected by a type of authorization. This returns values such as basic. |
| HTTPS | If security is active on the server. This returns values of ON or OFF. |
| HTTPS_KEYSIZE | The number of bits ... |
Read now
Unlock full access