HTTP Cats
-
API for HTTP Cats
-
API for HTTP Cats
Why would 418 ever be used?
Also 425, mood.
-
Why would 418 ever be used?
Also 425, mood.
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.
-
API for HTTP Cats
Has anybody else noticed that in practice, shit tons of stuff uses a subtly wrong code?
-
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.
wrote last edited by [email protected]418: catchall API response when all else fails. Easy to filter in logs.
-
Why would 418 ever be used?
Also 425, mood.
As per RFC, when an internet-connected teapot is asked to brew coffee.
-
API for HTTP Cats
That thumbnail image reminds me of hovercat: https://youtu.be/p1u-R4RVL70
-
API for HTTP Cats
Is the API new? LOL, never seen that and now I need a project for an excuse to implement it.
-
Is the API new? LOL, never seen that and now I need a project for an excuse to implement it.
I already use it in Lemvotes and it's quite funny
-
API for HTTP Cats
wrote last edited by [email protected]For more fun with http error codes:
-
For more fun with http error codes:
This is great, DEFCON talks are always amazing
The one about email is also great.
-
API for HTTP Cats
wrote last edited by [email protected]Don't forget http.dog
-
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.
I once returned it in a home assignment in case true == false and added a comment that it's cosmic radiation induced bit flip detection.
I got the job.
-
This is great, DEFCON talks are always amazing
The one about email is also great.
It's a fun look at a dry topic. It gives some really interesting insights too. All good things
DEFCON in general is an outstanding conference.
-
Don't forget http.dog
-
Has anybody else noticed that in practice, shit tons of stuff uses a subtly wrong code?
Like every crappy REST API that gives a 200 with an error message in it.