Print Shortlink

Postman – REST Client

One of the very useful tools I got introduced to, recently is Postman. Postman is a REST client application available in the Chrome Web Store. You can install the application in Chrome browser.

Postman is very useful to test/monitor requests to different sources. You can send any type of HTTP request to the server resource by passing data. You can set HTTP headers, configure authorization headers etc.,

It’s extremely useful in testing RESTful services. We have been using it in developing mobile applications. The mobile applications communicate with the server resource and exchange data. Postman really comes very handy in this scenario.

Leave a Reply