.

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


@URLGetHeader
Example

Returns specific Hypertext Transfer Protocol (HTTP) header information from the Uniform Resource Locator (URL). A URL is a text string used for identifying and addressing a Web page.

Syntax

@URLGetHeader( urlstring; headerstring; webusername; webpassword; proxywebusername; proxywebpassword )

Parameters

urlstring


headerstring
webusername$
webpassword$
proxywebusername$
proxywebpassword$
Return value

headervaluestring


Usage

The @URLGetHeader function should only be used in the context of either the Server Web Navigator or Personal Web Navigator database.

Example
See Also