Every time the client sends a request to the server, the HTTP protocol is used. The client can pass additional information about the request, and about the client itself, in request header fields. The function getHeader()
returns the value of a request header field of the current request. You have to specify the name of the desired field as a function attribute. In case the specified header field does not exist, the function returns an empty string. For additional information, consult the HTTP 1.0 specification, available at the World Wide Web Consortium web site, http://
www.w3.org
.
getHeader( <Key String - operation> )
In this example, getHeader()
returns the value assigned to the header field User-Agent
.
<ISPRINT value = "#getHeader('User-Agent')#">
The information provided in the Knowledge Base may not be applicable to all systems and situations. Intershop Communications will not be liable to any party for any direct or indirect damages resulting from the use of the Customer Support section of the Intershop Corporate Web site, including, without limitation, any lost profits, business interruption, loss of programs or other data on your information handling system.