Quiz
Idempotency in REST Request Flow
Understanding which HTTP methods are idempotent and why it matters for retry safety in client-server communication.
A mobile client sends a request to a payment API, but the response is lost due to a network timeout. The client safely retries the same request without risk of double-charging. Which HTTP method design best supports this safe-retry behavior?