Skip to content

llHTTPRequest

key llHTTPRequest(string URL, list Parameters, string Body)

Sends an HTTP request to the specified URL with the Body of the request and Parameters.

Returns a key that is a handle identifying the HTTP request made.

Parameters
URL (string)
A valid HTTP/HTTPS URL.
Parameters (list)
Configuration parameters, specified as HTTP_* flag-value pairs.
Body (string)
Contents of the request.

Add example usage here.

Add additional notes, caveats, or tips here.

  • Related pages can be linked here