Live data from Hacker News

Show HN: Restfox – Open source lightweight alternative to Postman

restfox.dev

71–80 of 209 posts

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

#71

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…

Postman's UI is cluttered

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

#73
post #46

Earlier 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…

> Depending upon its sensitivity classification

What does this mean?

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

#75
I'm just now migrating my postman collections to .rest text files and the REST-client plugin for vscode (that name is both good and bad at the same time btw, it like marketing a new car and naming it "Car").

Grantet 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

#77

I 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.

Same here, switched from postman to insomnia when it became impossible to ignore how slow, cluttered and generally bloated it became. Haven’t missed it since. Insomnia is pretty great. I’m sure there’s lots of stuff that postman can do that insomnia can’t, but insomnia is still very capable, while being snappy and not being in the way. Highly recommend it.

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

#79
post #24

Earlier 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.

There's zero 'relationship'. SetApp bundles popular Mac software, of which Paw is one.

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

#80
post #26

Cool 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…

There is also hopscotch - unsure about licensing but it is self hostable
Post reply on HN