Send request to [ ] as [ ] with body of [ ] and type of [ ] store response in [ ]
Note: This is an Engine Extension command. |
Command |
SendRequest |
Image | |
Group | Infinity |
Section | – |
Description |
Sends a request to a URL with a set of parameters |
Parameter 1 |
The URL to send the request to |
Parameter 2 | The method of sending, i.e. POST, GET etc. |
Parameter 3 | The data to be sent |
Parameter 4 | The type of data being sent, i.e. application/json |
Parameter 5 | The script variable that will hold the response to the request |