web analytics

How to Test RESTful Service APIs?

Options

davegate 143 - 921
@2021-01-18 12:18:03

There are a lot of free tools you can use to test your RESTful Service APIs, such as Fiddler,  Postman, SoapUI or browsers.

You can download Fiddler tool at http://www.telerik.com/download/fiddler.

You can download Postman tool at https://www.postman.com/downloads/.

You can download SoapUI tool at https://www.soapui.org/downloads/soapui/

 

 

 

@2021-01-18 12:30:52

Test GET API using Fiddler

Start Fiddler and make sure Fiddler is not capturing external traffic by clicking in the left bottom corner of the screen as shown below to keep this field empty. Select Composer tab and paste the GET API URL you want to to test, and send value through query string variable like below:

Fiddler

Click Execute button and watch how Fiddler traced its call. Select traced message on the left pane, Inspectors tab and Raw tabs for request (top right pane) and response (bottom right pane). Observe original request and received JSON response.

Inspectors tab

Comments

You must Sign In to comment on this topic.


© 2024 Digcode.com