Changes

no edit summary
Line 1: Line 1:  
This action can be used to make HTTP requests to a server end-point. This can be used for a variety of purposes but typically use cases are:
 
This action can be used to make HTTP requests to a server end-point. This can be used for a variety of purposes but typically use cases are:
   −
#Invoking some functionality on a remote server (WebHook). For example, tell your home automation server to turn of a light
+
* Invoking some functionality on a remote server (WebHook). For example, tell your home automation server to turn of a light
#Request some data from a remote web based API. For example, request the latest weather forecast data from a Weather API.
+
* Request some data from a remote web based API. For example, request the latest weather forecast data from a Weather API.
    
The HttpRequest action supports the following HTTP request methods: GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS, TRACE
 
The HttpRequest action supports the following HTTP request methods: GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS, TRACE