How to make GET request



GET request is performed with “Get” action. Here is the action interface:

Action has 3 parameters: Url, Method and Follow redirects.

Url is actually url, which will be loaded.

Method means http method. In most cases you can use default value “Get”. Buttons next to edit field holds most used methods, and arbitrary string is also acceptable.

Follow redirects is self explanatory.

To get request results use “Current Url”, “Content”, “Status” and “Get Header” actions.