Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

Executes an HTTP GET for the given URL using the specified HttpRequest object. The needed parameters can either be included in the initial url or they can be created using the httpCreateParameter routine and added to the HttpRequest parameter.

Parameters

Parameter

Type

Required

Description

url

string

Yes

The URL.

requestHttpRequestYesAn HttpRequest object containing headers, cookies, parameters.

...