Hacker News new | ask | show | jobs
by dclowd9901 1121 days ago
Kinda thought this should respond 404
1 comments

A 404 would mean that the client should not expect to find coffee there at all, which in this case would actually be better replaced by 418. However, if coffee can be found, just not right now, then it's the server's fault, so a 5xx code is in order, and 503 fits the bill best.
Someone that actually knows proper HTTP semantics on HN? I'm positively surprised.