Skip to content

llHTTPRequest

Function Syntax
key llHTTPRequest(
  1. string URL, // A valid HTTP/HTTPS URL.
  2. list Parameters, // Configuration parameters, specified as HTTP_* flag-value pairs.
  3. string Body // Contents of the request.
);

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.