756
Yes, But...
(lemmy.ml)
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.
No.
404 is for "I can not confirm this resource exists"
For example, a private github repo must return 404 for unauthorized users, API requests must act as if that repository doesn't exist (including returning 404 status codes).
403 is for "I can confirm this resource exists, you cannot access it"