MACROMEDIA COLFUSION MX 7-CFML Reference page 19

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

Advertisement

CGI client variables
The following table describes common CGI environment variables the browser creates and passes
in the request header:
CGI client variable
HTTP_REFERER
HTTP_USER_AGENT
HTTP_IF_MODIFIED_SINCE
CGI client certificate variables
ColdFusion 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.
CGI client certificate variable Description
CERT_SUBJECT
CERT_ISSUER
CLIENT_CERT_ENCODED
Description
The referring document that linked to or submitted form data.
The browser that the client is currently using to send the request.
Format: software/version library/version.
The last time the page was modified. The browser determines
whether to set this variable, usually in response to the server
having sent the LAST_MODIFIED HTTP header. It can be used to
take advantage of browser-side caching.
Client-specific information provided by the web server. This data
typically includes the client's name, e-mail address, and so on; for
example:
O = "VeriSign, Inc.", OU = VeriSign Trust Network, OU =
"www.verisign.com/repository/RPA Incorp. by
Ref.,LIAB.LTD(c)98", OU = Persona Not Validated, OU =
Digital ID Class 1 - Microsoft, CN = Matthew Lund, E =
mlund@macromedia.com
Information about the authority that provided the client certificate;
for example:
O = "VeriSign, Inc.", OU = VeriSign Trust Network, OU =
"www.verisign.com/repository/RPA Incorp. By
Ref.,LIAB.LTD(c)98", CN = VeriSign Class 1 CA Individual
Subscriber-Persona Not Validated
The entire client certificate binary, base-64 encoded. This data is
typically of interest to developers, so they can integrate with other
software that uses client certificates.
CGI environment variables
19

Advertisement

Table of Contents
loading

This manual is also suitable for:

Colfusion mx 7 - installing and using coldfusion mx

Table of Contents