Rate this page:

httpRequest

Copy URL
httpRequest(url: 

string

,
options:

HttpRequestOptions

):

Promise<HttpRequestResult>

Performs an asynchronous HTTP or HTTPS request. To perform an HTTPS request, insert "https://" at the URL's beginning. See the session limits for details. TCP connect timeout is 6 seconds, total request timeout is 90 seconds.

Parameters

  • url:

    string

    HTTP URL to query

  • Optional

    Advanced HTTP request options

Returns