Idempotency

glossary

Idempotency

A property where making the same request multiple times produces the same result as making it once. Important for safe retries on POST operations.

See Also

Other languages