14 comments

[ 3.0 ms ] story [ 46.3 ms ] thread
I tried using overstock.com yesterday and after visiting four or five pages all subsequent requests returned a blank page with a 418 error. Even on a different computer. Same thing. Even when I tried a different internet source.

I assume it was some server session error because my friends weren't having the issue.

But the 418 was a useless error code to report.

All the HTTP error codes are like that. There are hundreds of them, but they're not specific enough to actually tell you what went wrong without site-specific information.
Which is why REST APIs should just accept that the only two error codes that matter are 400 Your Fault and 500 My Fault. Too much ambiguity when you try to shoehorn meaning into responses like 401 and 404.
But it's not an error. It really is a teapot.
Exactly. Making it invalid for brewing coffee. The error is specifically for rejecting a BREW request sent to a teapot.
Hmmm, I thought I brewed tea all of the time. Should I be sending a STEEP command instead? I haven't read the docs on how to properly make a cup of tea.
I have a gopher server [1] that kept getting requests from some webbot. So I extended the gopher server to respond to any HTTP style request with "418 I'm a teapot". Sure enough, the webbot stopped making requests shortly thereafter.

[1] gopher://gopher.conman.org/