- cross-posted to:
- technology@lemmy.world
You must log in or register to comment.
Is the API new? LOL, never seen that and now I need a project for an excuse to implement it.
That thumbnail image reminds me of hovercat: https://youtu.be/p1u-R4RVL70
http cat
look inside
httpshttpspsps
Has anybody else noticed that in practice, shit tons of stuff uses a subtly wrong code?
Yeah, I always make sure to use the relevant code in my projects. I’ve been using 422 a lot for missing data.
Why would 418 ever be used?
Also 425, mood.
As per RFC, when an internet-connected teapot is asked to brew coffee.
418 comes from an April fools’ joke published as RFC7168.
I’ve used it for debugging before because it stands out and is generally suported.
418: catchall API response when all else fails. Easy to filter in logs.