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.
Examples
Section titled “Examples”Add example usage here.
Add additional notes, caveats, or tips here.
See Also
Section titled “See Also”- Related pages can be linked here