CSRF Verification problem
Can anyone tell me why CSRF verification is getting failed. I have included {% csrf_token %} in my post form
4 Replies
Project-id:N/A
please check out the information that the debug page provides you with
It is showing this and I'm not cleared with the cookies part
I have done csrf_token part in post form and it is working fine in development but I don't know why it is giving problem when i deployed it
im really sorry but coding help is a bit out of the scope of these help threads.
there are plenty of great resources online about setting up csrf with django.