Categories
web

POSTing and CURLing

Being able to POST data is a core piece of web development. Sometimes testing and logging the POST data though is not easy. David Walsh just posted about how easy it is to use CURL right from the terminal:

https://davidwalsh.name/curl-post-file

And if you haven’t used POSTMAN, it’s an awesome tool for testing POST. Even gives you the option to share and save your queries.

https://www.getpostman.com/