Open andriosrobert opened 4 years ago
Idempotent requests are important to enable consistency over the network with other services using the ledger.
An optional x-request-id header should ensure only once processing per unique value of the header. When not present, this rule should not be applied.
x-request-id
Looking forward for this feature!
Support Idempotent requests
Idempotent requests are important to enable consistency over the network with other services using the ledger.
An optional
x-request-id
header should ensure only once processing per unique value of the header. When not present, this rule should not be applied.