\INET.OPEN_URL function

This article describes the formula syntax of the \INET.OPEN_URL function.

Description

Return a handle an internet connection.

Syntax

\INET.OPEN_URL(url, _headers, _flags)

url is a URL to read.
_headers are optional headers to send to the HTTP server.
_flags are optional flags from INTERNET_FLAGS_*. Default is 0.

Return a handle from InternetOpenUrl