[Edit]: I'm on Firefox (with ublock origin). I see others having issues too.
Show HN: Restfox – Open source lightweight alternative to Postman
61–70 of 209 posts
Re: Show HN: Restfox – Open source lightweight alternative to Postman
#62Earlier quoted context omitted.
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.
I haven't used it myself, but there is an option to parse responses with JavaScript and set variables. 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
#63Re: Show HN: Restfox – Open source lightweight alternative to Postman
#64Earlier 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.
Re: Show HN: Restfox – Open source lightweight alternative to Postman
#65Be 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.
Does anyone have a source for this? I need to present this to our team if it's true.
Presuming it’s end-to-end, but don’t know about at rest encryption
Re: Show HN: Restfox – Open source lightweight alternative to Postman
#66Re: Show HN: Restfox – Open source lightweight alternative to Postman
#67InvalidStateError: A mutation operation was attempted on a database that did not allow mutations. [Edit]: I'm on Firefox (with ublock origin). I see others having issues too.
Re: Show HN: Restfox – Open source lightweight alternative to Postman
#68Re: Show HN: Restfox – Open source lightweight alternative to Postman
#69I like it but please dont make me right click to do something! please add a little plus or something like it. Otherwise great work! needs a little disclaimer though that you will not save any of my requests =)
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.
Re: Show HN: Restfox – Open source lightweight alternative to Postman
#70Earlier 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.
> 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 recommend using session variables for any data that you do not want to be synced to Postman's servers.