You can edit almost every page by Creating an account. Otherwise, see the FAQ.

Idempotent key

From EverybodyWiki Bios & Wiki


An idempotent key is a field in a request that uniquely identifies that request's intent.

If a retry is needed on a request, then the same idempotent key is sent. If both requests make it to the server, then the server can throw out the duplicate request by keeping track of the keys it has already seen.

This is commonly seen on REST API calls where you don't want a call executed twice such as banking APIs.

References[edit]


This article "Idempotent key" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Idempotent key. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.