HTTP Request

The HTTP request command sends the request to the specified URL and saves the received response in a variable.

URL
Specify the URL where the HTTP request will be sent.

Method
Select the HTTP request method.

Parameters
You can specify query parameters. To do this, add the name and value of each parameter.

Variable Name
Specify the name of the variable where the server response will be written.

Headers
If necessary, you can define additional request headers. For example, by default, when sending a POST request, the parameters are passed as form data. If you want to pass them as JSON, then add a Content-Type header with application/json; charset=UTF-8 value.

Online Demo
Downloads Documentation Scripts Support
English
Русский