maliker 9 years ago

Pretty cool that the motion sensors on mobile will let you tip the teapot.

  • TruthSHIFT 9 years ago

    Yes. It's awesome.

    Also, the cup fills up.

ihuman 9 years ago

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.

  • hartator 9 years ago

    Tss. What a bad teapot implementation.

partycoder 9 years ago

HTTP error code 418 is defined as "I am a teapot".

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

artursapek 9 years ago

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.

  • aequitas 9 years ago

    Probably some routing at the load balancer level. That is not uncommon.