General information
This action sends a web query to a specified server.
Configuring an action
To configure this action, do the following:
- Go to the Programming tab.
- In the Event rules or Cycle rules list, click Create... (see Configuring macros).
- Select a start condition that triggers a macro (see Configuring start conditions).
- Click the
button below start conditions. - From the drop-down list, select General: Execute web query.

- In the Authentication method parameter, select the authentication method:
- Basic;
- Digest.
- In the Command parameter, select the query type:
- POST;
- GET;
- PUT;
- DELETE.
- In the HTTP/HTTPS parameter, select the server protocol:
- HTTP;
- HTTPS.
- In the IP address parameter, enter the IP address of the server.
- In the Port parameter, enter the port of the server.
- In the Username parameter, enter the username.
- In the Password parameter, enter the user password.
- In the Path parameter, enter the query path.
- In the Query parameter, enter the query body if necessary.
- Click the Apply
button.
Configuration of the Execute web query action is complete.