Y
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
treis
1431 days ago
Network issues between the client and the server.
link
NoGravitas
1431 days ago
Those will never return a 404, though.
link
treis
1431 days ago
If your DNS server has the wrong IP for a URL it will.
link