The HTTPRequest class / com.HTTPRequest methods |
Creates an new HTTPRequest object from a URL.
com.HTTPRequest.Create( url STRING ) RETURNING result com.HTTPRequest
Creates an com.HTTPRequest object by providing a mandatory URL with HTTP or HTTPS as protocol.
The url parameter can be an identifier of an URL mapping with an optional alias:// prefix. See FGLPROFILE Configuration for more details about URL mapping with aliases, and for proxy and security configuration.
In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.