zlacker

[parent] [thread] 0 comments
1. 9dev+(OP)[view] [source] 2025-12-06 20:33:19
What I would like to learn is how to implement arbitrary client-chosen idempotency keys for public HTTP APIs to avoid duplicate requests. Stripe does this, for example; but other than keeping a record of every single request ever received, I don’t see an elegant solution…
[go to top]