saroh@lemmy.world to Ye Power Trippin' Bastards@lemmy.dbzer0.com · 30 days agoOblivious world @ Lemmy world modlemmy.worldimagemessage-square58fedilinkarrow-up15arrow-down11file-text
arrow-up14arrow-down1imageOblivious world @ Lemmy world modlemmy.worldsaroh@lemmy.world to Ye Power Trippin' Bastards@lemmy.dbzer0.com · 30 days agomessage-square58fedilinkfile-text
minus-squareidunnololz@lemmy.worldlinkfedilinkarrow-up3·29 days agoAnother popular solution I see is to have the client generate a UUID when posting. Then the server can very easily tell if a request is a duplicate.
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up3·28 days agoI’ve seen this concept called idempotency tokens. I thought it was common but a quick search didn’t find any articles on it so maybe the name is not that common.
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up1·17 days agoNonce is the opposite. It’s never supposed to be used more than once, right?
Another popular solution I see is to have the client generate a UUID when posting. Then the server can very easily tell if a request is a duplicate.
I’ve seen this concept called idempotency tokens. I thought it was common but a quick search didn’t find any articles on it so maybe the name is not that common.
Nonce, maybe?
Nonce is the opposite. It’s never supposed to be used more than once, right?