Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

CSRF verification failed. Request aborted.

Django CSRF Token
CSRF verification failed. Request aborted.
---------------------------------------------------
from django.views.decorators.csrf import csrf_exempt # import
@csrf_exempt  # add this token before defining function
	def def_name():
    	...
Source by ashabbsoftmart.firebaseapp.com #
 
PREVIOUS NEXT
Tagged: #CSRF #verification #Request
ADD COMMENT
Topic
Name
3+1 =