HttpRequest_v3 Op

HttpRequest

There is a newer version of this op!


This version will not receive any updates. It is recommended to use a newer version.

Current version: Ops.Json.HttpRequest_v4

Request a json file and output an object (ajax, url, json)



Full Name
  • Ops.Json.HttpRequest_v3
Visibility
  • Core Op - visible for everyone
License
  • MIT
AuthorgithubMaintained by Team


Op is missing in example patch!

Example Patch LoadingStatus HttpRequest Example

Makes a request to the MetaWeather API and displays the current temperature. We use a CORS-proxy here to overcome security-problems between HTTP and HTTPS.

To change the city run this in your browser: https://www.metaweather.com/api/location/search/?query=berlin, change the last part (city) and copy the woeid from the response to `Location ID.

Open In Editor

INPUT PORTS


URL (String)
headers (Object)

a key/value-object of additional headers to send

body (String)

an optional body to send (for POST/PATCH/PUT)

HTTP Method index (Number: integer)

the http method to use

Content-Type (String)

the content type of the body sent (if any)

Content index (Number: integer) JSON  String  Binary  Binary Base64 
Auto request (Number: boolean)

trigger the request on any value change (or on pagereload)

Send Credentials (Number: boolean)

indicates whether or not cross-site Access-Control requests should be made using credentials such as cookies, authorization headers or TLS client certificates.

reload (Trigger)

refresh data from remote (overrides an inactive "auto request")

OUTPUT PORTS


Response Json Object (Object)
Response String (String)
Response Data Url (String)
Duration MS (Number)
Status Code (Number)
Is Loading (booleanNumber)

currently loading

Loaded (Trigger)

triggers when finished


Changelog

Patches using HttpRequest_v3

  • Examples
  • Public
  • My Patches