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