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

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.