Thought it might be fun to have a bit of a different thread about API status codes after last nights AMA
What’s your favourite status code for an API to return?
I love a good teapot returned
Thought it might be fun to have a bit of a different thread about API status codes after last nights AMA
What’s your favourite status code for an API to return?
I love a good teapot returned
I like the 420 - Enhance Your Calm, ya mon
418 the teapot of course, what else could it be!
Besides that one… 450, if you are seeing that… then you got some lovely parents!
My time to shine!!
This website is a must visit https://http.cat/
That Method not allowed
Got me good!
Gotta love a teapot I do love achieving unexpected 500s
Quite like a 422- unprocessable entity mostly as my brain associates the word entity with ghosts so unprocessable ghost, ghost framework etc
I love HTTPCats. I’ve used it to talk about testing at an apprentice open evenining. The internet is just full of cats afterall
500 error codes really make me happy
But I do admit I did not see or know all of the below ones
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#server_error_responses
501 (Not Implemented)
The server either does not recognize the request method, or it cannot fulfill the request.
Given the meaning in the ranges…
it’s clearly in the 500 range ➙ It’s likely a bug.
To be precise: ‘501 Not Implemented’ is great: Something should be there, but isn’t implemented.
Fantastic! Love these.