In a tool I use, I've noticed that if I click a link multiple times, only the first request returns with a 200 OK status, and subsequent clicks show up in the Network tab of DevTools as cancelled.
This is the screenshot of network tab
I want to reproduce this for my server. How can I achieve this?