django-csrf
problem with jquery ajax while loading data in django page
why following jquery code doesn\'t work when used with django while it works if loaded like static page?[详细]
2023-02-12 20:41 分类:问答SWFUpload + Django 1.2 CSRF problem
Whenever I try to upload a file using SWFUpload on Django 1.2, I get an HTTP 403 error. I\'m sure this is a CSRF error because when I use the @csrf_exempt decorator in works fine.[详细]
2023-02-12 17:24 分类:问答Django 1.2.4 CSRF verification failed
Django 1.2 is consistently giving me this CSRF verification error when I perform a POST form. I \"think\" I\'ve done all the things asked in the Django 1.2 docs, namely,[详细]
2023-02-06 19:57 分类:问答CSRF error in Django; How can I add CSRF to my login view?
I have a simple form I want users to be able to log into; here is the template code with the CSRF tag in it:[详细]
2023-01-21 11:14 分类:问答Django 1.2 CSRF and HTTP posts from Google Web Toolkit
I have a GWT web app working with Django server-side. I recently upgraded Django to 1.2, and am not able to get HTTP posts to work from my GWT app. I am getting this error:[详细]
2023-01-16 23:49 分类:问答Why is Django admin login giving me 403 CSRF error?
I am running Django 1.2.2 and I get the following error when I try to log in to the Django adm开发者_开发问答in:[详细]
2023-01-15 17:55 分类:问答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 throw 403 errors.I did some searching and it seems as if I need to enable CSRF in all my[详细]
2023-01-12 22:10 分类:问答How would I authenticate and make requests from an iPhone app to a Django backend to get around CSRF?
I\'m working with an iPhone developer who does not have any Django experience, and I am relatively new to Django. I\'ve built an existing Django app with a web interface that allows a user to log in a[详细]
2023-01-10 21:41 分类:问答csrf_token cookie deleted by another site?
I have a django site running on 1.2.1, and once in a while my users lose a lot of work because the csrf_token cookie does not exist and the page errors out with a 403 er开发者_StackOverflow中文版ror o[详细]
2023-01-10 10:27 分类:问答How can I embed django csrf token straight into HTML?
within my django app I am storing strings of html in the db that will then be displayed on the users\' home pages as \"messages\". Some of these messages contain forms, but not being written in the te[详细]
2023-01-08 05:55 分类:问答
加载中,请稍侯......