7 ms·
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 t
by Untit1ed 1y 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
- bravesoul2 1y agohttps://evertpot.com/http/404 https://evertpot.com/http/404 Seems to work :) Sorry bad joke.
- dylan604 1y agothe MDN article on response codes is my default https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status 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
- jdwithit 1y agoWas going to post this, the Mozilla content is great.
- angra_mainyu 1y agoAlways check MDN - for web stuff they truly are the best reference out there.