Hacker News new | ask | show | jobs
by Untit1ed 336 days ago
Dang these are much more useful than my first port of call for looking up http codes... which is http.cat/<code>. It's a shame you have to know what a code is to get to it... e.g. /404-not-found works instead of /404
3 comments

the MDN article on response codes is my default

https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/...

You don't need to know the name. You can increment the URL directly as well

Was going to post this, the Mozilla content is great.
https://evertpot.com/http/404

Seems to work :)

Sorry bad joke.

Always check MDN - for web stuff they truly are the best reference out there.