@scrubbles@poptalk.scrubbles.tech
Post #616642
2026-03-10 18:40 UTC
Replies (4)
-
@Skullgrid__dup_11231@lemmy.world 2026-03-10 18:45
I tried the suggestion and saw that the original complaint persisted. I didn’t think anything to be honest.
-
@floquant@lemmy.dbzer0.com 2026-03-10 19:07
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
-
@RustyNova@lemmy.world 2026-03-10 20:33
Oh. Fair enough. The intent for curl is definitely to display the HTML as it’s whole point. Anyways.
-
@RustyNova@lemmy.world 2026-03-10 20:34
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” justuse.org/curl && librewolf “/tmp/your.html”