Make GET Request

What does Make GET Request do?

The Make GET Request directive makes a HTTP GET request from your computer to a URL you specify.

You can specify the parameters and headers of the request.

If the URL you are accessing is not accessible from your location (eg. if you are geoblocked), the running of this directive will fail.

How do I use the Make GET Request directive?

Specify the URL you want this directive to access via a GET request and any parameters or headers to send with this request.

You can also specify the format of the request (eg. application/json).

Make GET request directive settings
Make GET request directive settings

Behaviour of the Make GET Request directive

  • You can only make GET requests with the application/json type at the moment. If you require additional types, please contact help@proggy.io and let us know.
  • If the request fails, the Prog command will abort.
  • By default, the response will be parsed and the output will be available as an output variable with step[identifier].json. Please see output variables for more information regarding output variables parsed from JSON data.

Example use cases for the Make GET Request directive

  • Perform GET requests to your target URL for retrieving JSON data, as part of larger and more complex applications