From: Li Hui on
When I add enctype="text/plain" to a post form like <form action="/auth"
method="post" enctype="text/plain">, there is a "CSRF verification
failed." error.
But when I remove it, all is right.
Who can tell me why?

--
Li Hui
http://www.lihui.org

From: Bruno Desthuilliers on
Li Hui a ��crit :
> When I add enctype="text/plain" to a post form like <form action="/auth"
> method="post" enctype="text/plain">, there is a "CSRF verification
> failed." error.
> But when I remove it, all is right.
> Who can tell me why?
>

http://groups.google.com/group/django-users
http://catb.org/esr/faqs/smart-questions.html#forum


HTH