Hi everyone,
In django I made a simple ajax handler that will validate a POST request and on success write to a database -- which will later be available to be seen publicly. Anonymous in this case is allowed.
Much like StackOverFlow will accept questions posted by logged in and non logged in user, we'd have similar acceptance.
How do I deal with scripts/robots that continually feeds ajax requests to my URL for the purpose of spam/DOS?