#2538: Add throttling middleware
----------------------------+-----------------------------------------------
 Reporter:  adrian          |       Owner:  adrian
     Type:  enhancement     |      Status:  new   
 Priority:  low             |   Milestone:        
Component:  Core framework  |     Version:        
 Severity:  normal          |    Keywords:        
----------------------------+-----------------------------------------------
 It'd be nice to have a middleware that would throttle requests from the
 same IP address, to prevent things like brute-force password attacks and
 DOS attacks. Or just rudeness on the part of search-engine spiders. This
 middleware would have to keep track of each request and which IP address
 it came from. Probably HTTP_FORWARDED_FOR, too, if that's available.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/2538>
Django <http://code.djangoproject.org/>
The web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---

Reply via email to