Idempotent operations in an ASP.NET Framework 4.8 app
We’re trying to add idempotent operations to a legacy ASP.NET Framework 4.8 app. It’s to prevent a payment endpoint in Web API from processing duplicate transactions.
We’re trying to add idempotent operations to a legacy ASP.NET Framework 4.8 app. It’s to prevent a payment endpoint in Web API from processing duplicate transactions.