In order to define a new REST Connection, follow the steps below:
1- Click on New Connection on the REST Connection tab. You can also create a folder to organize your REST Connections by clicking on New Folder and entering a name for your folder.
2- This will 2- This will open up the REST Connections tab
3- Specify a name (60 characters max), URL, and comments for your REST Connections.
4- Select the method for the connection from REST Options. GET method does not support body, but POST, PUT, PATCH and DELETE can be used with a body (payload).
5- Click Test to Test your connection and show the responses.
6- If the selected method is POST or PUT, you can upload attachments via Multipart or Base64 as seen below.
7- If your REST endpoint requires authentication, you can use the Authentication Options to add your information.
8- Hit Save to save your REST Connection.
9- You can now use the REST connection in your test case with REST commands.
Tip
REST client is enhanced to support redirects
Tip