HTTP.Get
Sends a GET request to a provided URL and returns the response as a JSON object.
Syntax
HTTP.Get "address"
Returns
reference to JObject object
Arguments
| Name | Required | Type | Description |
|---|---|---|---|
address | Yes | Any text e.g. "Hello, World!" |
Possible errors
- ConnectionError
- DataProcessingError
- ProtocolError
- Response exceeded the configured maximum size.
- Provided response was not a valid JSON object.
On a running server
Use serhelp HTTP.Get to inspect the reference generated by your installed SER version.