MonoliYoda / evve_dashboard_dev

0 stars 2 forks source link

Send CSRF token with request to `ajax/newtimer` #5

Closed MonoliYoda closed 4 years ago

MonoliYoda commented 4 years ago

Token is successfully included in the request headers and the 403 error is resolved. However, this exposes a 500 error in the Django function the request dispatches to.