I have a some links, simple  like <a href="">..</a> . I handle clicks
on them as ajax, and do a post . I want to protect this post against
CSRF attacks, but CsrfMiddleware works only for form posts,  because
it add a form field. Is there some way I can get the CsrfMiddleware to
work with ajax posts?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to