this post was submitted on 14 Sep 2025
816 points (99.4% liked)

Programmer Humor

26373 readers
1531 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] homura1650@lemmy.world 2 points 1 day ago (1 children)

If it's not a backend error, you shouldn't be throwing a 5xx error code. Since you are throwing a 500, you have a server bug; even if that bug is simply "sends incorrect error code"

[โ€“] jj4211@lemmy.world 1 points 1 day ago

Ok, got you, thought you were saying a bad url from client was inherently a backend mistake.