You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.