Skip to main content

HTTP.Post

Sends a POST request to a provided URL.

Syntax

HTTP.Post "address" *json_data_to_post

Arguments

NameRequiredTypeDescription
addressYesAny text e.g. "Hello, World!"
json data to postYesa 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.