Hacker News new | ask | show | jobs
by danso 3092 days ago
What does the Network Panel say in terms of HTTP status code?
1 comments

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.