How can I use curl to show response headers in my requests?

22 Replies, 1386 Views

If you’re into GUI tools, check out Paw (macOS) or Postwoman. They’re great for testing APIs and visualizing curl show response headers without touching the terminal.
Thanks for the tip! I’ve been using `-I` for headers-only, but didn’t know about `-i` for both headers and body.

Quick question: Is there a way to format the output to make it more readable? Like, maybe color-coding or something?



Users browsing this thread: 1 Guest(s)