Earlier quoted context omitted.
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)".
Postman can do this as well. I've been using this a bunch recently due to some project limitations and it has made life so much easier. 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 tim…
Show HN: Restfox – Open source lightweight alternative to Postman
71–80 of 209 posts
Re: Show HN: Restfox – Open source lightweight alternative to Postman
#72Re: Show HN: Restfox – Open source lightweight alternative to Postman
#73Earlier quoted context omitted.
I had this gut feeling, but no way to check. The handling of secrets is not explicitly states, i.e probably bad. I like the looks of httpie’s new desktop client but no idea if their secret handling is any better.
This is from their website: https://www.postman.com/trust/security/ > Depending upon its sensitivity classification, customer data is AES-256-GCM encrypted at the server-side before storage. Postman environment variables are covered in this classification and we strongly encourage you to use them to store your authentication keys and passwords. We have also added sessions in the 6.2 release onwards of Postman. We rec…
What does this mean?
Re: Show HN: Restfox – Open source lightweight alternative to Postman
#74Re: Show HN: Restfox – Open source lightweight alternative to Postman
#75Grantet it does not do everything Postman does but I'm pretty happy so far. Environment variables and secrets stays in a workspace settings.json and the .rest files can be version controlled and shared.
Always bet on text!
Re: Show HN: Restfox – Open source lightweight alternative to Postman
#76Re: Show HN: Restfox – Open source lightweight alternative to Postman
#77I 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.
Re: Show HN: Restfox – Open source lightweight alternative to Postman
#78It’s free and open-source on GitHub!
Disclaimer: I’m the author
Re: Show HN: Restfox – Open source lightweight alternative to Postman
#79Earlier quoted context omitted.
Unless I'm mistaken, Paw isn't owned by MacPaw? It's an unrealted product with a one time purchase price.
There is some financial relationship there. You get PAW with a SetApp bundle that MacPaw sell as a subscription.
Re: Show HN: Restfox – Open source lightweight alternative to Postman
#80Cool 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…