HTTPConnection.Get

Syntax:

Get(<HTTPRequest>, <OutputFileName>)

Parameters:

<HTTPRequest> (required)

Type: HTTPRequest.
HTTP request.

<OutputFileName> (optional)

Type: String.
Name of the file, to which the response body is written.
If it is not set, then the response body can be obtained using the HTTPResponse object.

Returned value:

Type: HTTPResponse.

Description:

Gets data from the HTTP server using the GET request.

Availability:

Thin client, server, thick client, external connection, Mobile application (client), Mobile application (server).

    

1C:Enterprise Developer's Community