.

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

JAVA/CORBA CLASSES


getURLHeaderInfo method
Example

Gets the 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 resource.

Note This method is obsolete in Release 6.

Defined in

Database

Syntax

public String getURLHeaderInfo(String url, String header, String webuser, String webpasswd, String proxyuser, String proxypasswd)
   throws NotesException

Parameters

String url


String header
webuser
webpasswd
proxyuser
proxypasswd
Return value

String


Language cross-reference

GetURLHeaderInfo method in LotusScript NotesDatabase class

@URLGetHeader function in formula language

@GetHTTPHeader function in formula language

@WebDbName function in formula language

Example