Show HN: HTTP Status code directory
httpstatus.es
Show HN: HTTP Status code directory
1–10 of 23 posts
Re: Show HN: HTTP Status code directory
#2How many wikipedia pages can we turn into .es domains?
http://en.wikipedia.org/wiki/List_of_HTTP_status_codes
On a side note, I need to start using 418 "I'm a teapot" more often.
Re: Show HN: HTTP Status code directory
#3Beautiful!
A suggestion, though:
Use the whitespace to the right of the status codes to display their explanations, rather than linking to a new page; it would be easier to browse this way.
Re: Show HN: HTTP Status code directory
#4I thought myself geeky for making this PDF cheat sheet, but now I see it's perfectly normal to do this sort of thing.
http://dl.dropbox.com/u/222781/HTTP%20Status%20Code%20Defini...
Re: Show HN: HTTP Status code directory
#5Great, can you include any relevant extracts from RFCs?
Re: Show HN: HTTP Status code directory
#6Reminds me of http://httpstat.us/
Re: Show HN: HTTP Status code directory
#7What's wrong with the first Google's response for "HTTP status codes" (i.e. http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html)?
Re: Show HN: HTTP Status code directory
#8What's wrong with the first Google's response for "HTTP status codes" (i.e. http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html )?
Part of my job is user support and a frequent problem is users not sure what a server error means, when explaining I like to provide sources for explanations I give. I don't like linking to the RFCs or wikipedia because they can be overwhelming/confusing for people who aren't particularly competent with technology. The original aim for this site was to have explanations in layman terms that anyone could understand and then also the wikipedia and RFC explanations, unfortunately I found that I am not very good at explaining... in the end it didn't turn out how I wanted but I figure there might be some value in it existing for some people -- I can still use it as a reference when providing user support, but it won't be as useful as hoped.
Re: Show HN: HTTP Status code directory
#9How many wikipedia pages can we turn into .es domains? http://en.wikipedia.org/wiki/List_of_HTTP_status_codes On a side note, I need to start using 418 "I'm a teapot" more often.
Coincidentally I just set up a response that uses 418 I'm a teapot about an hour ago. I really wanted 422 Unprocessable Entity, but werkzeug doesn't implement that (and for some reason instead implements 418 I'm a teapot).
Re: Show HN: HTTP Status code directory
#10Reminds me of http://httpstat.us/
Now we just need a little refactoring to merge these two. If only httpstatus.es was on github.