Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
go
go
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • SRCT
  • gogo
  • Issues
  • #38

Closed
Open
Opened Jul 01, 2016 by David Haynes@dhaynes3🙆Owner

Rate-Limiting POST requests

Summary

In order to prevent people from spamming the server with requests, we can tell django to limit the rate at which users post data to the server. This is done with a certain @ratelimit wrapper in views.py.

Will need to add this package: https://django-ratelimit.readthedocs.io/en/v1.0.0/

We want to rate limit our views which post data to the server to prevent abuse.

Resources

  • roomlist@12317d90
Assignee
Assign to
Go 2.2 - Bloomin' Onion Edition
Milestone
Go 2.2 - Bloomin' Onion Edition (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: srct/go#38