Show HN: Restfox – Open source lightweight alternative to Postman
91–100 of 209 posts
Re: Show HN: Restfox – Open source lightweight alternative to Postman
#92Earlier quoted context omitted.
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 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.
Re: Show HN: Restfox – Open source lightweight alternative to Postman
#93Earlier quoted context omitted.
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.
It's a reseller. They probably even charge a commission so there is a business/financial relationship.
Re: Show HN: Restfox – Open source lightweight alternative to Postman
#94Earlier quoted context omitted.
This is what I wish all http clients could adopt. Use plain text files (IntelliJ already introduced .http files, which work great) Sadly it will never work because that would break 90% of the incentives to pay, which his having a sync system. Because then I could simply commit my http requests and git would be my sync server. Personally I don't like the IntelliJ Client, the UI is kind of ugly and requires a lot of ac…
This is what I have been working on: https://hit.yolo42.com/ . Early days but would love some feedback if you get a chance to try it out.
Re: Show HN: Restfox – Open source lightweight alternative to Postman
#95I would recommend VS Code with RestClient extension.
Re: Show HN: Restfox – Open source lightweight alternative to Postman
#96Re: Show HN: Restfox – Open source lightweight alternative to Postman
#97Re: Show HN: Restfox – Open source lightweight alternative to Postman
#98My 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.
I can't resist to propose my own solution: a cli tool, plain text based, curl, and Rust https://hurl.dev The market is overcrowded by good solutions, best wishes to other tools!
Re: Show HN: Restfox – Open source lightweight alternative to Postman
#99I would recommend VS Code with RestClient extension.
Re: Show HN: Restfox – Open source lightweight alternative to Postman
#100Earlier quoted context omitted.
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?
It reads to me that they encrypt Postman environment variables and encourage you to use those.
Not sure what else is "Customer data" in that regard but it seems they consider at least that bit worthy of encryption.