CSRF Token Missing in Axios POST Request with Flask-WTF in Vue.js Application
I am working on a Vue.js application with a Flask backend. I am using Flask-WTF for CSRF protection. When I make a POST request to the /user_login endpoint, I encounter a 400 Bad Request error stating that the CSRF token is missing, despite including it in the request headers.