This is hilarious to me, after using the evil things for years . Of course, there are reasons to use the hated postman and companies (may they be forever cursed). And I plan to keep using them.

But many valid points are made

top 50 comments

sorted by: hot top controversial new old
[–] 97 points 10 months ago (2 children)

One more reason, there is a "copy as cURL" option in the Firefox developer tools network tab. It gives you a perfect cURL command including all the necessary cookies and headers to send the exact HTTP request that your browser just sent.

  • source
  • hideshow 4 child comments
  • [–] 44 points 10 months ago (1 child)

    More coming soon. Or not. I don't owe you shit.

  • source
  • hideshow 1 child comment
  • load more comments (1 reply)
    [–] 28 points 10 months ago

    This is great.

  • source
  • [–] 21 points 10 months ago* (3 children)

    If you like having a postman like interface, I've been using Bruno, which is a local, de-enshittified clone of postman.

    I've never thought about just using curl, but when I'll finally migrate for good out of windows to Linux, I will try doing just that, see how that feels.

  • source
  • hideshow 6 child comments
  • [–] 23 points 10 months ago (4 children)

    Bruno has telemetry users can't opt out of: https://github.com/usebruno/bruno/issues/337

    Which, IMO, is unacceptable.

  • source
  • parent
  • hideshow 7 child comments
  • [–] 10 points 10 months ago (1 child)

    never noticed! will not recommend in the future. thanks for the heads up.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 10 months ago (2 children)

    Its just a visit counter no personal data or application data is stored

  • source
  • parent
  • hideshow 4 child comments
  • [–] 3 points 10 months ago

    Man, we just can't win with these UI tools, I also thought Bruno was the solution. Only use it on my work machine so that's why I guess I never noticed this. Thank you for sharing, time to go back to digging for better alternatives.

  • source
  • parent
  • load more comments (1 reply)
  • Import our Postman library.
    Clone our curl repo. ✅

  • source
  • [–] 13 points 10 months ago* (1 child)

    ... -H "Content-Type: application/json" -d '{"query": "{ users { name } }"}'? No. Why would you do that when you can just do ... --json '{"query": "{ users { name } }"}'. Yeah curl is awesome.

  • source
  • hideshow 2 child comments
  • [–] 4 points 10 months ago (1 child)

    If you're trying to say that curl isn't he best option for my mom, you're totally right.

    For developers, on he other hand...

  • source
  • parent
  • hideshow 2 child comments
  • [–] 10 points 10 months ago

    Didn't know cURL supports so many protocols

  • source
  • [–] 10 points 10 months ago (4 children)

    The only point I can say is that editing text on the terminal isn't as simple as a regular text field. And AFAIK the only way to write a query on a regular text editor would be to write it, save to file, run file...

  • source
  • hideshow 8 child comments
  • [–] 11 points 10 months ago

    Pressing C-x C-e opens the current commandline in your default editor.

    As in what's in your $EDITOR variable. If you haven't touched it, it's most likely Nano or some minimal vim

  • source
  • parent
  • [–] 10 points 10 months ago (1 child)

    The only thing I still use Postman for at work is when running API performance benchmarks, as I wasn't yet motivated enough to write a curl wrapper to do such tests and plot the results. Especially when doing things like ramp up etc. it becomes more than a simple for-loop.

    Can someone recommend an existing command line tool for that?

  • source
  • hideshow 2 child comments
  • [–] 6 points 10 months ago (3 children)

    curl is not great when testing configuration for various software solutions. there are a few better options than postman like httpie and another one but I forget its name.

  • source
  • hideshow 4 child comments
  • load more comments (2 replies)
    [–] 5 points 10 months ago

    Total feelings of superiority: immeasurable.

  • source
  • [–] 5 points 10 months ago

    I love it that the page is designed to advertise multiple pieces of software but stopped at curl ^^

    https://justuse.org/

    More coming soon. Or not. I don't owe you shit.

    ffmpeg is definitely also a candidate for this.

  • source
  • [+] 5 points 10 months ago* (last edited 8 months ago) (1 child)
  • [–] 13 points 10 months ago

    No, he has his own bizarre approach

    I generally do not connect to web sites from my own machine, aside from a few sites I have some special relationship with. I usually fetch web pages from other sites by sending mail to a program (see https://git.savannah.gnu.org/git/womb/hacks.git) that fetches them, much like wget, and then mails them back to me. Then I look at them using a web browser, unless it is easy to see the text in the HTML page directly. I usually try lynx first, then a graphical browser if the page needs it.

  • source
  • parent
  • [–] 5 points 10 months ago

    meh, use whatever the fuck you want

    there, I can swear too

  • source
  • [–] 3 points 10 months ago (1 child)

    Bruno seems significantly less evil . . . for now

  • source
  • hideshow 2 child comments
  • [–] 2 points 10 months ago
    [–] 2 points 10 months ago

    Wish I knew how to copy / paste a multi line in windows.

  • source
  • [–] 2 points 10 months ago

    Just use netcat

  • source
  • [–] 1 point 10 months ago

    What about doing grpc / protobuf stuff

  • source
  • [+] 1 point 10 months ago*
    load more comments
    view more: next ›