Sending Queries and Commands to the AnyLog Network with Postman
Postman is an API platform for building and using APIs. It can serve as a tool to issue AnyLog Commands to nodes in the ANyLog Network and as a tool to issue queries to data that is hosted by nodes of the network.
Commands and queries through Postman can be issues with SSL enabled or disabled. You can download Postman here: https://www.postman.com/downloads/. We layout an example below for “GET” requests.
Without SSL
To run AnyLog queries using Postman without SSL enabled, follow the following steps:
- Open Postman
- Create a collection
- Add a request
- Enter the request URL and port number (the URL can also be an IP address)
- Add 2 header keys: “User-Agent” and “command” with values “AnyLog/1.23” and “[query command]”, respectively:

- Press send, and wait for a response
With SSL
For SSL, the explanation on generating the needed files is available at the Using SSL Certificates section.
To run AnyLog queries using Postman with SSL enabled, follow the following steps:
- Follow steps 1-3 above
- Enter the request URL and port number with “https://” prepended (the URL can also be an IP address)

- Add 2 header keys: “User-Agent” and “command” with values “AnyLog/1.23” and “[query command]”, respectively
- In “Settings” turn off the toggle for “Enable SSL certificate verification”

- In “Default Settings” add the certificate (public key) of the certificate authority
- Add your certificate and private key pair given by the certificate authority
