HTTP Inspection
Core Idea
Inspection means reading what the server actually returned, not what you expected.
Practice Alone
Use curl -I for headers and curl -v when the connection itself matters.
Done When
You can diagnose a broken URL from status and verbose output.

Linux Foundations