Skip to content

postman

Konrad K Sobon edited this page May 4, 2017 · 1 revision

In order to test POST/GET commands in the browser and be able to preview them, we need to download a Chrome extension called Postman. Then it works pretty simple.

Make sure to check x-www-form-urlencoded for any POST requests. To simulate form request we can add Key and Value as if they were fields in the form, and they should be returned by our POST command.

Clone this wiki locally