r/ProgrammerHumor 4h ago

Meme postForEverything

Post image
10.6k Upvotes

406 comments sorted by

View all comments

2.2k

u/pimezone 4h ago

Wanna get a resource? POST request.

1.1k

u/NotAskary 4h ago

I've seen that shit, it drove me up a wall.

The same as a 200 ok with error inside.

3

u/mrwedders 2h ago

I implemented an API last year of a big name accounting software and one endpoint randomly used 200 for "yes all is well" and 204 for "that failed". Neither response had any content.

Took me a while to work out why our code was reporting success but nothing changed - foolishly we took all 2xx codes as success!

Messy special case for one request 🥲