Also outs your report publicly, nice !

  • idunnololz@lemmy.world
    link
    fedilink
    arrow-up
    9
    ·
    2 days ago

    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.

    • JackbyDev@programming.dev
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 day ago

      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.