Show HN: Restfox – Open source lightweight alternative to Postman
31–40 of 209 posts
Re: Show HN: Restfox – Open source lightweight alternative to Postman
#32I switched to insomnia when postman changed their pricing pulling the rug out from everyone wanting us to pay like $300 more per month. (Before they back tracked) https://insomnia.rest/ I actually prefer it.
One thing I love from Insomnia.rest is the ability to import CURL commands, including an entire list of newline-delimited CURL commands from the clipboard. This makes it easier to modify XHR's you pulled from your browser via a right click -> "copy all as cURL (bash)".
Re: Show HN: Restfox – Open source lightweight alternative to Postman
#33Re: Show HN: Restfox – Open source lightweight alternative to Postman
#34I don’t understand, what is it, what does it do?
Re: Show HN: Restfox – Open source lightweight alternative to Postman
#35My favorite testing HTTP Client is still just the IntelliJ built-in, pure text. You know exactly what you send without having to navigate menus and whatnot. In the end, 99% of HTTP requests are just that, text.
Use plain text files (IntelliJ already introduced .http files, which work great) Sadly it will never work because that would break 90% of the incentives to pay, which his having a sync system. Because then I could simply commit my http requests and git would be my sync server.
Personally I don't like the IntelliJ Client, the UI is kind of ugly and requires a lot of actions each time I want to send and review a response. Insomnia is way better in that regard.
Good context might me my issue comment on Hoppscotch: https://github.com/hoppscotch/hoppscotch/issues/870#issuecom...
Re: Show HN: Restfox – Open source lightweight alternative to Postman
#36Re: Show HN: Restfox – Open source lightweight alternative to Postman
#37Cool project! A true, open source alternative to Postman will be valuable. It seems like you’ve got the major elements in place. Unsolicited UX notes… I read Hacker News on mobile, so tried the app on mobile and ran into some challenges. In order to save space, eliminate the right click, and work on mobile please consider changing: You can right click here to create a new request or a new folder To the following (ill…
I did not know about the GitHub star login thing. Will try to rectify it when I can. Thanks for all your UX notes.
Re: Show HN: Restfox – Open source lightweight alternative to Postman
#38A nice feature would be import and export from/to Curl commands. When collaborating with clients or even colleagues it's easier to send curl commands.
Re: Show HN: Restfox – Open source lightweight alternative to Postman
#39I switched to insomnia when postman changed their pricing pulling the rug out from everyone wanting us to pay like $300 more per month. (Before they back tracked) https://insomnia.rest/ I actually prefer it.
One thing I love from Insomnia.rest is the ability to import CURL commands, including an entire list of newline-delimited CURL commands from the clipboard. This makes it easier to modify XHR's you pulled from your browser via a right click -> "copy all as cURL (bash)".
ETA: I just tried the functionality on Insomnia and I have to admit the UX is nicer. Just paste into the URL bar. Whereas with Postman it's CMD+O, Click on "Raw Text", click in textarea, paste, press import. Insomnia looks to have added OpenAPI support too (it was missing it last time I played with it) so maybe it's time to re-evaluate Insomnia
Re: Show HN: Restfox – Open source lightweight alternative to Postman
#40Nice. If you want to implement another feature: see the error response. My server returned 428, but I couldn't see the contents nor header, only a generic "preview".