Postman

A tool for testing HTTP based APIs

Many APIs are based on HTTP requests and responses.

Examples:

Postman is a useful tool for testing such APIs.

It allows the user to format GET, POST, PUT, DELETE and other messages, including:

It then allows you to inspect the response content, including headers and body.

How to set up postman to capture your Auth0 authentication cookie:

(Notes by Scott Chow)