Y
Hacker News
new
|
ask
|
show
|
jobs
by
neom
1925 days ago
Curious if anyone knows why they would use xx instead of the number?
1 comments
cratermoon
1925 days ago
The HTTP response says 503, so the text is just generic for any 5xx error.
link
neom
1924 days ago
How do you know the HTTP response was 503? (sorry for the silly questions, I'm not a software engineer)
link
cratermoon
1924 days ago
I looked at the headers returned from the server using developer tools. 503 is "Service Unavailable" and you often see it when a proxy can't reach the backend server.
link