Network Request
Request images, JSON, or text over HTTP or HTTPS using either a GET or POST request.
Right-click to change the type (image, JSON, or text) of the request.
Network Request
- URL
- URL Parameters
- Body
- Method
- Request
- Loading
- Result
- Error
- Error
- URL
An HTTP or HTTPS URL string to query. Origami Live for iOS only supports HTTPS URL’s.
- URL Parameters
A JSON object for any parameters to include with the request.
- Body
A JSON object for the body to include with the request.
- Method
The method for requesting the response, GET or POST.
- Request
A pulse that initiates the request.
- Loading
A boolean that is true while the response is loading.
- Result
The response result – image, JSON, or text – depending on the patch type.
- Error
A boolean that is true if the response has an error.
- Error
The JSON response error if an error occurs during the request.