Hacker News new | ask | show | jobs
by u801e 3092 days ago
As an alternative, you could use curl with the verbose option:

  curl -v https://news.ycombinator.com
That will show you the status code along with any headers and body (if any) sent by the server in response to the HTTP request.