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
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
I have a blog that runs behind both HTTP and HTTPS and am running into issues with the csrf token verification.
Why isn\'t the 开发者_如何学JAVAmarkup for the hidden input field showing up when i use {{ csrf_token }}?
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
I try to post parameter like jQuery.ajax( { \'type\': \'POST\', \'url\': url, \'contentType\': \'application/json\',
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
I fallowed recommendation in this SO question: What's the best solution for OpenID with Django? and installed django-openid-auth for my application.
How can I use the jquery.post() method in Django? This is what I am trying t开发者_C百科o do: var postdata={
I\'m getting the \"CSRF token missing or incorrect\" error whenever I try the following code: def format(request):