13 comments

[ 4.7 ms ] story [ 33.7 ms ] thread
HTTP error code 418 is defined as "I am a teapot".

That originates from an Internet Engineering Task Force (IETF) April fools' joke.

Pretty cool that the motion sensors on mobile will let you tip the teapot.
Yes. It's awesome.

Also, the cup fills up.

Unfortunately, this teapot server doesn't implement most of the commands from the spec. When you try to send a BREW, PROPFIND, or WHEN request, it returns a 405 error (method not allowed). When you POST, it replies that a length is required (411 error), but using post instead of BREW is deprecated.
Tss. What a bad teapot implementation.
I've always been curious... how does Google manage routing of their main domain name? google.com/_____ has so many paths that must be served by so many programs running on so many different machines.
Probably some routing at the load balancer level. That is not uncommon.
(comment deleted)