Top "Django-csrf" questions

django-csrf is the Cross Site Request Forgery (CSRF) protection middleware for Django.

Django: POST form requires CSRF? GET doesn't?

Are forms that use the POST method required to have CSRF protection? I'm following a book and the code examples …

django views django-csrf
CSRF with jquery and $.post in django 1.3

In django 1.3 you now have to use csrf even with ajax. I use jquery and I now want to add …

jquery django django-csrf