In django, I created a simple ajax handler that will check the POST request and successfully write to the database, which will later be available for public inspection. Anonymous is allowed in this case.
It seems that StackOverFlow will accept questions sent by the logged in and non-logged in user, we would have had similar approval.
How do I handle scripts / robots that constantly submit ajax requests to my URL for spam / DOS purposes?
source
share