#Rest api

Posts tagged “Rest api”.

All Architecture Backend DevOps System Design Career Learning

Use an Idempotency-Key for HTTP Requests

When you build an API, one important question is: **What happens if the same request is sent twice?** Sometimes, nothing bad happens. But sometimes, sending the same request twice can create duplicate data or perform the same operation twice.

5 min read