Hacker News new | ask | show | jobs
by jehlakj 1431 days ago
Maybe I'm not understanding this, but wouldn't network issues take priority naturally? For example, if there's a problem with a database connection, you'd return 500. How would you know if the resource even exists?
1 comments

Network issues between the client and the server.
Those will never return a 404, though.
If your DNS server has the wrong IP for a URL it will.