this post was submitted on 21 Oct 2025
165 points (97.7% liked)

Programmer Humor

27117 readers
2018 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] chasteinsect@programming.dev 2 points 1 week ago

It's been awhile since I had to deal with web requests. Back then I used Postman (back when I still used Windows). Now I try to always get by using the simplest open source tools for the job so thanks for sharing, will try it out.

I knew of curl but always thought of it as a tool to play around when doing simple requests, never knew people go so far with it.