llHTTPRequest
Function Syntax
key llHTTPRequest(
- string URL, // A valid HTTP/HTTPS URL.
- list Parameters, // Configuration parameters, specified as HTTP_* flag-value pairs.
- 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.