HTTP.Post
Sends a POST request to a provided URL.
Syntax
HTTP.Post "address" *json_data_to_post
Arguments
| Name | Required | Type | Description |
|---|---|---|---|
address | Yes | Any text e.g. "Hello, World!" | |
json data to post | Yes | a reference to JObject object. |
Possible errors
- ConnectionError
- DataProcessingError
- ProtocolError
- Response exceeded the configured maximum size.
On a running server
Use serhelp HTTP.Post to inspect the reference generated by your installed SER version.