SBM ModScript Reference → Programming SBM ModScript → Shell Properties → Shell Property Descriptions → HTTP Request Header Shell Properties
HTTP Request Header shell properties are optional. If a header is not found, the value is empty.
Variant& containing string (read-only). A list of the MIME types supported by the requesting user agent.
Variant& containing string (read-only). Contains SBM authentication information for the current request. This information is available only if your system uses basic authentication.
Variant& containing string (read-only). Contains SBM cookie information for the current request. Cookies are returned in a semicolon-separated list in the form "Name=Value" or "Cookie Name=Value." For details in setting cookies using SBM ModScript, refer to Ext.SetCookie().
Variant& containing string (read-only). Contains information about the user agent, including the name and version number.
Variant& containing string (read-only). The URL of the referring document.
Variant& containing string (read-only). The Internet Protocol (IP) address of the requesting machine.
Variant& containing string (read-only). The network ID of the user making the request if the user has been authenticated. This information is only available if the user has been authenticated through NT Challenge/Response or a similar authentication method.
Variant& containing string (read-only). The HTTP request method.
Variant& containing string (read-only). The name and software version of the Web server.
Variant& containing string (read-only). The name and version of the protocol the request uses in the form protocol/majorVersion/.minorVersion. For example, HTTP/1.1 may be returned.
Copyright © 2007–2020 Micro Focus or one of its affiliates. All rights reserved.