The server can’t guarantee detection if the HTTP response is lost after reaching a proxy or load balancer. Once a proxy ACKs the response, the server assumes it's delivered — even if the client never gets it.
So, always design your REST service with idempotent endpoints and retry logic, just like Brewed to Greed handles duplicate chai orders — calmly and correctly.