Rimu@piefed.social to Web Development@programming.devEnglish · edit-2vor 11 MonatenPostman is logging all your secrets and environment variablesanonymousdata.medium.comexternal-linkmessage-square19linkfedilinkarrow-up1107arrow-down12 cross-posted to: lobsters@lemmy.bestiver.se
arrow-up1105arrow-down1external-linkPostman is logging all your secrets and environment variablesanonymousdata.medium.comRimu@piefed.social to Web Development@programming.devEnglish · edit-2vor 11 Monatenmessage-square19linkfedilink cross-posted to: lobsters@lemmy.bestiver.se
minus-squarejaybone@lemmy.ziplinkfedilinkEnglisharrow-up9·vor 11 MonatenWhat alternative do you recommend? Last I checked, the alternatives weren’t so great.
minus-squaremonogram@feddit.nldeleted by creatorlinkfedilinkEnglisharrow-up11·edit-2vor 3 Monatendeleted by creator
minus-squarekora@sh.itjust.workslinkfedilinkarrow-up8·vor 11 MonatenCheck hurl out. Unlike bruno or Postman, it is free and blazingly fast. Define your requests in plain text format and commit them to your version control. It also allows you to export your plain text hurl files as curl commands.
minus-squarekinkles@sh.itjust.workslinkfedilinkarrow-up6arrow-down1·vor 11 MonatenIf you are already using JetBrains IDEs, a lot of them have a built-in http client that isn’t too bad.
minus-squarejaybone@lemmy.ziplinkfedilinkEnglisharrow-up4·vor 11 MonatenYeah I recall that not working so well.
minus-squareqweertz@programming.devlinkfedilinkEnglisharrow-up1·vor 11 MonatenIsn’t Insomnia pulling the same shit as Postman nowadays? There was a soft fork Insomnium but that’s been unmaintained for a long while, so I just use Bruno
What alternative do you recommend? Last I checked, the alternatives weren’t so great.
deleted by creator
Check hurl out. Unlike bruno or Postman, it is free and blazingly fast. Define your requests in plain text format and commit them to your version control.
It also allows you to export your plain text hurl files as curl commands.
If you are already using JetBrains IDEs, a lot of them have a built-in http client that isn’t too bad.
Yaak https://yaak.app/
insomnia
Yeah I recall that not working so well.
Isn’t Insomnia pulling the same shit as Postman nowadays?
There was a soft fork Insomnium but that’s been unmaintained for a long while, so I just use Bruno