Live data from Hacker News

Show HN: Restfox – Open source lightweight alternative to Postman

restfox.dev

21–30 of 209 posts

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

#21
post #11
post #8

Earlier quoted context omitted.

Seems pretty nice but $50 is a little high - is it really worth the premium?

No -- I used and paid for PAW for a while. I gave up on all MacPaw products once I realized their sales staff contacted me after I asked them not to -- they immediately lost me as customer. They just wanted to 'help' me get on to a more expensive plan that was for Teams. There are plenty of great alternatives: HTTPie is one I like. Haven't found a good alternative to CleanMyMac yet though.

Unless I'm mistaken, Paw isn't owned by MacPaw? It's an unrealted product with a one time purchase price.

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

#22

Page is not working for me. I'm in Firefox

Windows 10, Firefox 106.0.1, uBlock, multi-account containers, facebook container, bitwarden, DDG privacy, consent-o-matic, font contrast, dark reader

Works fine for me.

Opened a request to https://api.publicapis.org/entries and it fetched results.

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

#23

Be careful with Postman. It seems they upload all your secrets to their servers. We stopped to use it a time ago. I don't know if they changed in this regard.

How else would they sync all of the shared stuff in your workspace? I'm more interested if they properly encrypt my data in transit and at rest and whether Postman employees have free access to our secrets.

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

#24
post #11

Earlier quoted context omitted.

No -- I used and paid for PAW for a while. I gave up on all MacPaw products once I realized their sales staff contacted me after I asked them not to -- they immediately lost me as customer. They just wanted to 'help' me get on to a more expensive plan that was for Teams. There are plenty of great alternatives: HTTPie is one I like. Haven't found a good alternative to CleanMyMac yet though.

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

#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 (illustrated using pseudo markdown):

    [Create request] or [Create a folder]
It would also be helpful to replace the GitHub star link with a link to your README. GitHub star links are problematic because they require a login that adds friction that prevents people from getting to your README page. People will login if they decide to star the project, but they might never get to your GitHub if they don’t have time to login or can’t easily login on the device where they’re reading.

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

#28

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.

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

#29

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

Can you chain requests together? Like if a request requires auth it will invoke login then take the token for use in the next request.

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

#30

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, my team and I started using Insomnia too when Postman pulled that stunt; doesn't matter if they went back on, good will lost in that way is a bridge burned that can't be rebuilt.
Post reply on HN