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

[FR] Handle situation when user making second same request until end of first one. #1

Open
amokmen opened this issue Sep 10, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@amokmen
Copy link
Owner

amokmen commented Sep 10, 2021

User could click button twice and more times - some sort of mini DDoS attack :)

  1. Should block button while requesting - so, user could not double-click it.
  2. But API requests still could be repeated... It's too complicated and too overkill to implement such defense feature. Need to remember IP+URL, set time counter and limits, check if limit is exceeded...
@amokmen amokmen added the enhancement New feature or request label Sep 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant