Designing Idempotent REST APIs
Overview
This article outlines common techniques for implementing REST API idempotency using the Spring Boot stack, or to be specific: idempotent POST methods.
The POST method is not safe or idempotent by specification, yet it's frequently used when...
blog.cloudneutral.se13 min read