Django AJAX: Passing form CSFR verification without proper token attachment. Why?
I have a small Django 5.1.1 project, in which I use an AJAX request to submit form data. I’m using {% csrf_token %} and have the setup for attaching the form csrfToken to the xhr header.