Implementing the Idempotency-Key specification on Apache APISIX
Author: Nicolas Frankel Original post on Foojay: Read More Recently, I wrote an analysis of the IETF Idempotency-Key specification. The specification aims to avoid duplicated requests. In short, the idea is for the client to send a unique key along with the request: If the server doesn’t know the key, it proceeds as usual and then stores the response If …
Read More »