HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kermire

no profile record

Submissions

Bun v0.6.7

bun.sh
1 points·by kermire·قبل 3 سنوات·0 comments

Show HN: Restfox – Open source lightweight alternative to Postman

restfox.dev
758 points·by kermire·قبل 4 سنوات·182 comments

comments

kermire
·قبل 9 أشهر·discuss
Restfox [1] is worth checking out. It's fully offline and lets you version control your collections with git or any sync tool you prefer. The postman import is well tested and the app also allows you to export back to Postman collections.

Disclaimer: I maintain it.

[1] https://github.com/flawiddsouza/Restfox
kermire
·قبل سنتين·discuss
Not as extensive as the previous poster. I wrote a small custom component wrapper a while back: https://github.com/flawiddsouza/code-mirror-custom-element.
kermire
·قبل 3 سنوات·discuss
The main limitation of web components for me is that all data needs to be passed to the component attributes as strings. Wish we could pass objects and arrays without JSON.stringify-ing them.
kermire
·قبل 3 سنوات·discuss
Overall search quality has been declining on all search engines. Maybe there's too much spam. Saw an entertaining video about it yesterday that echoes how I feel when I google stuff: https://www.youtube.com/watch?v=jrFv1O4dbqY. It's so hard to find content written by humans these days. Seems like only the top sites are being indexed.
kermire
·قبل 3 سنوات·discuss
There's https://restfox.dev which I built.

To stay unbiased, here's a list of other web based postman alternatives:

- https://hoppscotch.io (this is the most popular one)

- https://httpie.io/app
kermire
·قبل 4 سنوات·discuss
You can try https://github.com/flawiddsouza/Restfox. It's a web based HTTP client based on Postman and Insomnia.

Disclaimer: I'm the maintainer for it.
kermire
·قبل 4 سنوات·discuss
I'm using the fetch API for making requests and fetch sadly forbids the Cookie header from getting passed. Will be looking into how I can bypass this.
kermire
·قبل 4 سنوات·discuss
Haha thanks. Didn't think it could be interpreted like that :D
kermire
·قبل 4 سنوات·discuss
I definitely intend to add web socket support eventually. Meanwhile, there's https://socketfox.dev which I made for my friends. You can use it to test web sockets.
kermire
·قبل 4 سنوات·discuss
Thank you. Will look into preventing the right click requirement and provide an alternative for that.

It should be saving your requests automatically. Maybe your browser is blocking IndexedDB somehow? That's what's used by the application to store the data locally. Also do make sure you're not in incognito mode, as changes will be lost once you're out of it.
kermire
·قبل 4 سنوات·discuss
Firefox with ublock origin should not cause any issues. The issue might be caused by Firefox's private window implementation which does not allow IndexedDB operations, which is what Restfox uses for storing the data of the application locally.
kermire
·قبل 4 سنوات·discuss
That's very odd. Will look into this.
kermire
·قبل 4 سنوات·discuss
Definitely something I'll be implementing soon. Importing and exporting curl commands is a good feature to have. Thanks for the feature suggestion.
kermire
·قبل 4 سنوات·discuss
Thank you. The UI is not currently built with mobile in mind. I have been thinking of implementing a responsive layout but haven't had the time to do it.

I did not know about the GitHub star login thing. Will try to rectify it when I can. Thanks for all your UX notes.
kermire
·قبل 4 سنوات·discuss
Previous reply: https://news.ycombinator.com/item?id=32671805