django-csrf
problems with csrf_token
I\'m doing wiki in django tutorial and in tutorial earlier version of django is used where csrf token is not compulsory. I\'ve added {% csrf_token %} to the form, however I\'m not sure what to do in t[详细]
2023-04-11 00:53 分类:问答Django: CSRF with AJAX
I have a problem/bug found? in AJAX with CSRF. I don\'t use {% csrf_token %} at all. I use only AJAX forms so - there is no cookie set开发者_如何学JAVA for csrf. In taht case - enter link description[详细]
2023-04-09 05:14 分类:问答Django CSRF for both HTTP and HTTPS
I have a blog that runs behind both HTTP and HTTPS and am running into issues with the csrf token verification.[详细]
2023-03-26 11:58 分类:问答Django's {{ csrf_token }} is outputting the token value only, without the hidden input markup
Why isn\'t the 开发者_如何学JAVAmarkup for the hidden input field showing up when i use {{ csrf_token }}?[详细]
2023-03-25 18:51 分类:问答Django: 'CSRF verification failed' only happens on one computer!
I have a strange issue here with my Django app. I implemented the user auth/profiles, and I can log in successfully, etc, with various computers and from three different internet locations. It all wor[详细]
2023-03-19 01:04 分类:问答"CSRF token missing or incorrect" while post parameter via AJAX in Django
I try to post parameter like jQuery.ajax( { \'type\': \'POST\', \'url\': url, \'contentType\': \'application/json\',[详细]
2023-03-15 18:18 分类:问答CSRF Error When going from Perl to Django
I have a site where users can log in from a perl front end and then are redirected to a django site.The site is on the same domain, maybe a different subdomain but the same domain nevertheless.Unfortu[详细]
2023-02-25 00:37 分类:问答django-open-id: CSRF verification failed
I fallowed recommendation in this SO question: What's the best solution for OpenID with Django? and installed django-openid-auth for my application.[详细]
2023-02-19 12:10 分类:问答How to use $.post with django?
How can I use the jquery.post() method in Django? This is what I am trying t开发者_C百科o do: var postdata={[详细]
2023-02-19 01:10 分类:问答Django CSRF problem when uploading a file
I\'m getting the \"CSRF token missing or incorrect\" error whenever I try the following code: def format(request):[详细]
2023-02-14 20:07 分类:问答