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
Trying to set @csrf_excempt (from django.views.decorators.csrf import csrf_exempt) on a view decorated with @app.route does not work as expected – CSRF-Validation is still happening for POST requests.
The text was updated successfully, but these errors were encountered:
Trying to set
@csrf_excempt
(from django.views.decorators.csrf import csrf_exempt
) on a view decorated with@app.route
does not work as expected – CSRF-Validation is still happening forPOST
requests.The text was updated successfully, but these errors were encountered: