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)

OrdinalTypeDescription
1stringRequiredDestination URL for the HTTP POST request
2stringRequiredValue to pass for the Content-Type header
3stringRequiredPOST request content
4stringRequiredArray of header names included in the request

This sample code performs an HTTP POST and returns the resulting JSON object: