HttpRequest_v3 Op

HttpRequest

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



Edit Documentation
Full Name
  • Ops.Json.HttpRequest_v3
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorTest Patches


Example Patch Weather API - 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 
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 (boolean Number)

currently loading

Loaded (Trigger)

triggers when finished


Patches using HttpRequest_v3

  • Examples
  • Public
  • My Patches

Changelog


bugfixfix multiple requests loadingstatususer avatarstephan - 2023-05-19 11:53
improvementadd option to allow sending credentials with requestuser avatarstephan - 2024-04-26 11:57
improvement404 Error will be shown as a warning, not an error anymoreuser avatarpandur - 2024-05-14 10:44