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

Ratelimit on Certain URLs #33

Open
mnamegaurav opened this issue Mar 25, 2021 · 0 comments
Open

Ratelimit on Certain URLs #33

mnamegaurav opened this issue Mar 25, 2021 · 0 comments

Comments

@mnamegaurav
Copy link
Owner

Considering the security and recent slowdown in the server, we should implement the ratelimit on certain urls where any kind of data is being saved.

I want specify some limits on required urls -

URL PER DAY PER IP LIMIT HTTP METHOD
contact-us/ 10/day per IP POST
resource/create/ 20/day per IP POST
resource/update/int:pk/ 100/day per IP POST
resource/delete/int:pk/ 50/day per IP POST
signup/ 10/day per IP POST
profile/ 5/day per IP POST
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant