this post was submitted on 10 Mar 2026
118 points (99.2% liked)
Programmer Humor
30286 readers
2629 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yeah? That's what the response is. What do you expect?
I think they're point is that curl is great but then you have to have a way to render it to know if it's correct. With apis you can use jq, but yeah a dump of html isn't really useful to humans
Oh. Fair enough. The intent for curl is definitely to display the HTML as it's whole point.
Anyways.
curl -L -o "/tmp/your.html" https://justuse.org/curl && librewolf "/tmp/your.html"
Yeah but we're talking about API tools, not web browsers. People are using postman to see JSON, XML, or whatever horrible format the devs on the other side chose to use, not to render HTML graphically. If you query an HTML page using curl, you should get the HTML back, I don't see what's the problem
I tried the suggestion and saw that the original complaint persisted.
I didn't think anything to be honest.
I tried the suggestion and saw that the original complaint persisted.
I didn't expect anything to be honest.