|
Recommended SAS Variable
Name
|
|
|
|
Specifies the name of
the authentication scheme that is used to protect the SAS Stored Process
Web Application (for example, BASIC or SSL, or null if the SAS Stored
Process Web Application was not protected).
|
servlet.character.encoding
|
|
Specifies the name of
the character encoding that is used in the body of the request.
|
|
|
Specifies the length,
in bytes, of the request body and is made available by the data source.
If the length is not known, the value is –1.
|
|
|
Specifies the MIME type
of the body of the request. If the type is not known, the value is
null.
|
|
|
Specifies the portion
of the request URL that indicates the context of the request.
|
|
|
Specifies all of the
cookie strings that the client sent with this request.
|
|
|
Specifies the HTTP request
header as it was received by the SAS Stored Process Web Application.
|
|
|
Specifies the MIME types
that are accepted by the stored process client.
|
|
|
Specifies the address
of the referring page.
|
servlet.header.user-agent
|
|
Specifies the name of
the user agent.
|
|
|
Specifies a particular
HTTP request header line as it was received by the SAS Stored Process
Web Application, where < name> is the header keyword name.
|
|
|
Specifies any information
about the SAS Stored Process Web Application, such as author, version,
and copyright.
|
|
|
Specifies the Java servlet
session ID.
|
|
|
Specifies the preferred
locale in which the client accepts content, based on the Accept-Language
header.
|
|
|
Specifies the name of
the HTTP method with which this request was made (for example, GET,
POST, or PUT).
|
|
|
Specifies the name of
this SAS Stored Process Web Application instance.
|
|
|
Specifies the part of
the request URL that calls the SAS Stored Process Web Application.
|
|
|
Specifies any extra
path information that is associated with the URL that the client sent
when it made this request.
|
|
|
Specifies any extra
path information after the SAS Stored Process Web Application name
but before the query string, and translates this information to a
real path.
|
|
|
Specifies the name and
version of the protocol that the request uses in the form protocol/majorVersion.minorVersion
(for example, HTTP/1.1).
|
|
|
Specifies the query
string that is contained in the request URL after the path.
|
|
|
Specifies the Internet
Protocol (IP) address of the client that sent the request.
|
|
|
Specifies the fully
qualified name of the client that sent the request, or specifies the
IP address of the client if the name cannot be determined.
|
|
|
Specifies the login
ID of the user that is making this request if the user has been authenticated.
If the user has not been authenticated, the value is null.
|
|
|
Specifies the part of
this request's URL from the protocol name up to the query string in
the first line of the HTTP request.
|
|
|
Specifies the SAS Stored
Process Web Application root context directory.
|
|
|
Specifies the name of
the scheme that was used to make this request (for example, HTTP,
HTTPS, or FTP).
|
|
|
Returns true or false indicating
whether this request was made using a secure channel, such as HTTPS.
|
|
|
Specifies the host name
of the server that received the request.
|
|
|
Specifies the port number
on which this request was received.
|
|
|
Specifies the Web server
software.
|
|
|
Specifies the value
for the user name that was obtained from the Web browser authentication.
The symbol _username is set automatically by the SAS server.
|
|
|
Specifies the SAS Stored
Process Web Application version and build number.
|