From: Li Hui on 25 Jun 2010 05:11 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 25 Jun 2010 05:40 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
|
Pages: 1 Prev: Python 2.7, tkinter problem on OSX Next: web application in django |