Skip to content
WarmUpTill edited this page Sep 11, 2022 · 1 revision

The "Http" macro action allows send simple GET and POST request.

Configuration

Simply select the request type at (1) and the URL at (2).
If POST was selected, you can enter the POST fields in the corresponding text box at (3).
You can configure a timeout for this action at (4).
No timeout is used if 0 seconds is selected.

Http

Notes

  • The functionality relies on the availability of libcurl.
  • The reply data is discarded.
  • The POST request only supports modifying the data filed at the moment.

Example guides

Explanations

Clone this wiki locally