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
Using the csrf_exempt decorator opens up these views to potential security issues, and Django's CSRF protection can be easily used with AJAX requests. I've got it up and running right now, all I had to do was also include this file in my scripts:
Using the csrf_exempt decorator opens up these views to potential security issues, and Django's CSRF protection can be easily used with AJAX requests. I've got it up and running right now, all I had to do was also include this file in my scripts:
https://github.com/miki725/Django-jQuery-File-Uploader-Integration-demo/blob/master/static/js/jquery_fix_csrf.js
The text was updated successfully, but these errors were encountered: