From both the client and server's perspective it would be beneficial to be able to identify a "replayed response". An example of this can be found when looking at Stipe's implementation. See https://docs.stripe.com/error-low-level#sending-idempotency-keys. Stripe adds a Idempotent-Replayed: true header to the response when a response from a previous request is returned.
Has this been considered?
From both the client and server's perspective it would be beneficial to be able to identify a "replayed response". An example of this can be found when looking at Stipe's implementation. See https://docs.stripe.com/error-low-level#sending-idempotency-keys. Stripe adds a
Idempotent-Replayed: trueheader to the response when a response from a previous request is returned.Has this been considered?