You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason I am getting a 403 error probably because of the CSRF. The issue is replicated in the examples in the repository as well. I am running Django version 1.5.2.
I have added 'django.middleware.csrf.CsrfViewMiddleware' in MIDDLEWARE_CLASSES and the token in my template:
For some reason I am getting a 403 error probably because of the CSRF. The issue is replicated in the examples in the repository as well. I am running Django version 1.5.2.
I have added 'django.middleware.csrf.CsrfViewMiddleware' in MIDDLEWARE_CLASSES and the token in my template:
{% csrf_token %}Example of the error:
POST http://127.0.0.1:8000/dajaxice/mysite.args_example/ 403 (FORBIDDEN)
The text was updated successfully, but these errors were encountered: