.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

FORMULA LANGUAGE


@GetHTTPHeader
Example

In a Web application, returns the value of an HTTP header from the browser client request being processed by the server.

Note This @function is new with Release 6.

Syntax

@GetHTTPHeader( requestHeader )

Parameters

requestHeaderField


Return value

requestHeaderValue


Usage

@GetHTTPHeader is useful in formulas that run in the context of a browser.

The Notes client always returns null for this formula.

See http:/www.w3.org/Protocols for the specification of a request header.

See @SetHTTPHeader for setting a response header value.

Language cross-reference

Table of CGI variables

GetURLHeaderInfo method of LotusScript NotesDatabase class

getURLHeaderInfo method of Java Database class

Headers property of LotusScript NotesMIMEEntity class

Headers property of Java MIMEEntity class

Example
See Also