webhooks.fyi icon indicating copy to clipboard operation
webhooks.fyi copied to clipboard

Add information in replay prevention about idempotency

Open jsgoupil opened this issue 3 years ago • 1 comments

Great website! Love the completeness. It would be interesting to add information about idempotency in your replay prevention page.

Some web hook will send you an ID that is guaranteed to be unique on replay. Very useful to avoid doing work twice. This is too often forgotten by the consumer.

jsgoupil avatar Aug 28 '22 09:08 jsgoupil

Yes, @jsgoupil . Great call. Its also nice to bring that alongside the trade offs of idempotency (keep a track record of requests already sent). I'll work on that.

Thanks for contributing <3

sudobinbash avatar Aug 31 '22 17:08 sudobinbash

Hi @jsgoupil . Thanks for contributing to webhooks.fyi. I just added webhook ids to replay prevention <3 Feel free to send me a PR if I didn't do justice to it.

sudobinbash avatar Sep 09 '22 14:09 sudobinbash