What's your favourite HTTP Status Code?

What is your favourite HTTP Status Code?
  • 100 - Continue
  • 200 - OK
  • 202 - Accepted
  • 204 - No Content
  • 301 - Moved Permanently
  • 302 - Found (fka Moved Temporarily)
  • 303 - See Other
  • 304 - Not Modified
  • 305 - Use Proxy
  • 400 - Bad Request
  • 401 - Unauthorised
  • 402 - Payment Required
  • 403 - Forbidden
  • 404 - Not Found
  • 405 - Method Not Allowed
  • 406 - Not Acceptable
  • 408 - Request Timeout
  • 409 - Conflict
  • 410 - Gone
  • 411 - Length Required
  • 413 - Payload Too Large
  • 418 - I’m a teapot
  • 425 - Too Early
  • 429 - Too Many Requests
  • 500 - Internal Server Error
  • 502 - Bad Gateway
  • 503 - Service Unavailable
  • 504 - Gateway Timeout
  • 510 - Not Extended
  • Some other hipster one
  • I don’t have a favourite

0 voters

Gotta be the classic 404 for me.

I’m working with an external api today and i just want 200s please

1 Like

420 - Enhance your Calm was a nice one before Elon Musk et all.

Nowadays, I’d probably go with HTTP 451 - Unavailable For Legal Reasons for its ability to act as a Canary.

1 Like

Definitely Bad Gateway. That’s on my band names list too

1 Like

I’ve worked with APIs that do. Nighmare.

HTTP 200:

{
   error: "I didn't understand your request."
}
4 Likes

sharepoint is also a wrongun when it comes to this kind of thing

1 Like