Y
Hacker News
new
|
ask
|
show
|
jobs
by
neom
1924 days ago
How do you know the HTTP response was 503? (sorry for the silly questions, I'm not a software engineer)
1 comments
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