Post
Performs an HTTP POST using the provided information against the passed URL. The function returns a JSON object containing a status value and the HTTP response.
Post(1, 2, 3, 4)
Ordinal | Type | Description | |
---|---|---|---|
1 | string | Required | Destination URL for the HTTP POST request |
2 | string | Required | Value to pass for the Content-Type header |
3 | string | Required | POST request content |
4 | string | Required | Array of header names included in the request |
This sample code performs an HTTP POST and returns the resulting JSON object: