Client; Cgi Environment Variables; Cgi Server Variables; Cgi Client Variables - MACROMEDIA COLFUSION MX 7-CFML Quick Reference

Hide thumbs Also See for COLFUSION MX 7-CFML:
Table of Contents

Advertisement

Client

CGI.CERT_ISSUER
CGI.CERT_SUBJECT
CGI.CLIENT_CERT_ENCODED
CGI.HTTP_ACCEPT
CGI.HTTP_IF_MODIFIED_SINCE
CGI.HTTP_USER_AGENT
The
CERT_ISSUER, CERT_SUBJECT
variables are available only when you use client certificates.

CGI environment variables

When a browser makes a request to a server, the web server
and the browser create environment variables. In
ColdFusion MX, these variables are referred to as
environment variables
of whether the server uses a server API or CGI to
communicate with the ColdFusion server.
Environment variables contain data about the transaction
between the browser and the server, such as the IP Address,
browser type, and authenticated username. You can
reference CGI environment variables for a given page
request anywhere in the page. CGI variables are read-only.
Note:
The environment variables available to applications depend
on the browser and server software.

CGI server variables

The server creates the following common CGI environment
variables (some of these are not available with some
servers):
SERVER_SOFTWARE
SERVER_NAME
GATEWAY_INTERFACE
SERVER_PROTOCOL
SERVER_PORT
REQUEST_METHOD
PATH_INFO
PATH_TRANSLATED
SCRIPT_NAME
QUERY_STRING
REMOTE_HOST
REMOTE_ADDR
AUTH_TYPE
REMOTE_USER
AUTH_USER
REMOTE_IDENT
CONTENT_TYPE
CONTENT_LENGTH

CGI client variables

The browser creates and passes in the request header the
following common CGI environment variables:
HTTP_REFERER
HTTP_USER_AGENT
HTTP_IF_MODIFIED_SINCE

CGI client certificate variables

ColdFusion MX makes available the following client
certificate data. These variables are available when running
Microsoft IIS 4.0 or Netscape Enterprise under SSL if your
web server is configured to accept client certificates.
CERT_SUBJECT
CERT-ISSUER
CLIENT-CERT-ENCODED
38
CFML Quick Reference
,
CLIENT_CERT_ENCODED
. They take the CGI prefix regardless
CGI

Advertisement

Table of Contents
loading

This manual is also suitable for:

Colfusion mx 7 - installing and using coldfusion mx

Table of Contents