Misconception on Idempotency in REST APIs
It is a common misconception that idempotent REST requests MUST return the same response for repeated requests. Why is it wrong?
It is a common misconception that idempotent REST requests MUST return the same response for repeated requests. Why is it wrong?