I don’t understand, what is it, what does it do?
Ok, it’s a tool to test rest api.
Show HN: Restfox – Open source lightweight alternative to Postman
41–50 of 209 posts
Re: Show HN: Restfox – Open source lightweight alternative to Postman
#42I 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
#43Switched away from Postman to a native Mac app and my RAM couldn't be happier ( https://paw.cloud )
Re: Show HN: Restfox – Open source lightweight alternative to Postman
#44Why should I use this over https://hoppscotch.io ?
Re: Show HN: Restfox – Open source lightweight alternative to Postman
#45Be 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
#46Earlier quoted context omitted.
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.
I got a bulletin from our security team saying Postman stores it all in plain text on their servers. Unbelievable if true. Haven't used it since. They have all your passwords.
I like the looks of httpie’s new desktop client but no idea if their secret handling is any better.
Re: Show HN: Restfox – Open source lightweight alternative to Postman
#47My 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.
Re: Show HN: Restfox – Open source lightweight alternative to Postman
#48My 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.
GET https://httpbin.org/get
> {%
client.global.set("my_cookie", response.headers.valuesOf("Set-Cookie")[0]);
%}
https://www.jetbrains.com/help/idea/exploring-http-syntax.ht...Re: Show HN: Restfox – Open source lightweight alternative to Postman
#49I 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
#50My biggest gripe with Postman is the horrible theming. Except for light and dark, 0 control over the appearance of this app that I have to look at for hours almost every day.