Documentation
- Put the action of the request in the “Action” input.
- Select the method of the request (POST/GET) in the “Method” list
- Put the format of the parameters in the field “Parameters as Regex”. It should contain two strings (.+?), used for the parameters names and their values. Currently, the parameter name must appear before its value.