Reserved Name |
Recommended SAS Variable Name |
Description |
servlet.auth.type |
_AUTHTYP |
specifies the name of the authentication scheme 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 used in the body of the request. |
servlet.content.length |
|
specifies the length, in bytes, of the request body and made available by the input stream, or -1 if the length is not known. |
servlet.content.type |
|
specifies the MIME type of the body of the request, or null if the type is not known. |
servlet.context.path |
|
specifies the portion of the request URL that indicates the context of the request. |
servlet.cookies |
_HTCOOK |
specifies all of the cookie strings the client sent with this request. |
servlet.header |
|
specifies the HTTP request header as received by the SAS Stored Process Web Application. |
servlet.header.accept |
_HTACPT |
specifies the MIME types accepted by the stored process client. |
servlet.header.referer |
_HTREFER |
specifies the address of the referring page. |
servlet.header.user-agent |
_HTUA |
specifies the name of the user agent. |
servlet.header.<name> |
|
specifies a particular HTTP request header line as received by the SAS Stored Process Web Application, where <name> is the header keyword name. |
servlet.info |
|
specifies any information about the SAS Stored Process Web Application, such as author, version, and copyright. |
servlet.jsessionid |
|
specifies the Java servlet session ID. |
servlet.locale |
|
specifies the preferred locale that the client will accept content in, based on the Accept-Language header. |
servlet.method |
_REQMETH |
specifies the name of the HTTP method with which this request was made, for example, GET, POST, or PUT. |
servlet.name |
|
specifies the name of this SAS Stored Process Web Application instance. |
servlet.path |
|
specifies the part of the request URL that calls the SAS Stored Process Web Application. |
servlet.path.info |
|
specifies any extra path information associated with the URL the client sent when it made this request. |
servlet.path.translated |
|
specifies any extra path information after the SAS Stored Process Web Application name but before the query string, and translates it to a real path. |
servlet.protocol |
_SRVPROT |
specifies the name and version of the protocol the request uses in the form protocol/majorVersion.minorVersion, for example, HTTP/1.1. |
servlet.query.string |
_QRYSTR |
specifies the query string that is contained in the request URL after the path. |
servlet.remote.addr |
_RMTADDR |
specifies the Internet Protocol (IP) address of the client that sent the request. |
servlet.remote.host |
_RMTHOST |
specifies the fully qualified name of the client that sent the request, or the IP address of the client if the name cannot be determined. |
servlet.remote.user |
_RMTUSER |
specifies the login of the user making this request, if the user has been authenticated, or null if the user has not been authenticated. |
servlet.request.uri |
_URL |
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. |
servlet.root |
|
specifies the SAS Stored Process Web Application root context directory. |
servlet.scheme |
|
specifies the name of the scheme used to make this request, for example, HTTP, HTTPS, or FTP. |
servlet.secure |
|
returns true or false indicating whether this request was made using a secure channel, such as HTTPS. |
servlet.server.name |
_SRVNAME |
specifies the host name of the server that received the request. |
servlet.server.port |
_SRVPORT |
specifies the port number on which this request was received. |
servlet.server.software |
_SRVSOFT |
specifies the Web server software. |
servlet.user.name |
_USERNAME |
specifies the value for the user name obtained from the browser authentication. |
servlet.user.password |
|
specifies the value for the password obtained from the browser authentication. |
servlet.version |
_VERSION |
specifies the SAS Stored Process Web Application version and build number. |