Live data from Hacker News

Show HN: Restfox – Open source lightweight alternative to Postman

restfox.dev

111–120 of 209 posts

Re: Show HN: Restfox – Open source lightweight alternative to Postman

#111
post #83

Nice work! I wasn't familiar with insomnia so when I read your first line there I read it as "I love not being able to sleep because it gave me time to code this project..."

Haha thanks. Didn't think it could be interpreted like that :D

Re: Show HN: Restfox – Open source lightweight alternative to Postman

#112

Here's an alternative I recently came across. In Firefox on the network tab of the dev console, right click on an XHR request. You'll have two relevant options: "Resend" and "Edit and Resend". Edit and Resend doesn't give you all the features of Postman, but it is useful and a lot easier. I have spent a lot of time in Postman just putting in all the headers and POST body to set up the API call. With this method in Fi…

I am very happy to save you a lot of time for copy&pasting requests to Postman. Since Postman can import curl commands, just right-click on a command in Firefox, Copy as -> Curl, click on the Import in Postman, import as text, paste curl, mission accomplished. Hope it helps.

Re: Show HN: Restfox – Open source lightweight alternative to Postman

#113

Here's an alternative I recently came across. In Firefox on the network tab of the dev console, right click on an XHR request. You'll have two relevant options: "Resend" and "Edit and Resend". Edit and Resend doesn't give you all the features of Postman, but it is useful and a lot easier. I have spent a lot of time in Postman just putting in all the headers and POST body to set up the API call. With this method in Fi…

[deleted]

Re: Show HN: Restfox – Open source lightweight alternative to Postman

#116

Nothing to take away from all of this, but please learn cURL. Postman and all its alternatives are great and all, but they also hide a lot of things that will hinder your debugging skills. As an alternative try httpie. Not because CLIs are cool but because you can see the headers and the raw response more easily. Developers need to understand what content type is, what response headers are, how to limit them, how to…

[deleted]
Post reply on HN