Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Idempotency-Key Header for Safety #8

Open
tynes opened this issue Oct 31, 2019 · 0 comments
Open

Support Idempotency-Key Header for Safety #8

tynes opened this issue Oct 31, 2019 · 0 comments

Comments

@tynes
Copy link
Member

tynes commented Oct 31, 2019

The Idempotency-Key HTTP Header used by Stripe could be very useful to add as a bweb middleware. It can be used to prevent the same effect twice, meaning that you can send the same request twice and be sure that it only has the effect once. This is useful for when sending value and edge cases around failed requests.

https://stripe.com/blog/idempotency

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant