S50 HTTP Request Header
Use the S50 Tag to insert HTTP request header data.
Note: Some parameters may not be available, depending on the browser. The W3 provides great detail about the values of the parameters at www.w3.org/Protocols/HTTP/HTRQ_Headers.html.
Application
Platform
Can You Add This S-Tag in the Luminate OnlineContent Editor?
No, add the S-Tag code to the HTML using the Plain Text Editor.
Can You Add This S-Tag in the Luminate CMSContent Editor?
No, add the S-Tag code to the HTML using the Plain Text Editor.
Format
- Standard
[[S50:parameter]]
- XML
<convio:session name="50" param="parameter"/>
Parameters
- From - Email address of user
- Accept - File types accepted
- Accept-Encoding - File encoding accepted
- Accept-Language - Human language accepted
- User-Agent - Identity of browser
- Referer - URI of document from which the current URI was obtained
- Authorization - Specifies authorization system and parameters
- Charge-To - Specifies system parameters for billing the end user
- If-Modified-Since - Date for comparison with server's data
- Pragma - Comma separated list of server-specific directives
Sample Code
- Standard
[[?[[S50:User-Agent]]::MSIE::<link href="../css/UserIEStyle.css" rel="stylesheet" type="text/css" />::]]
- XML
<convio:session name="50" param="User-Agent"></convio:session>