HTTP 503 Service Unavailable indicates the server (or an upstream dependency) failed to fulfill a valid request. Treat it as a reliability signal: capture evidence, attribute the failure, and apply safe retry and backoff based on idempotency.
Response includes the status code, standard headers (including Content-Type), and a small diagnostic JSON body describing the request and returned status.
curl -i "https://httpstatus.com/api/status/503"The server is currently unavailable (overloaded, down for maintenance, or rate limiting). Should include Retry-After header when possible.
On this code, Inspector focuses on semantics, headers, and correctness warnings that commonly affect clients and caches.