[Fixed]-Django as API + ReactJS โ€“ Redux: POST request with CSRF token but still response CSRF Token not set

1๐Ÿ‘

โœ…

we had this problem in our project.the csrf token made to block unkown token and request.if you see the doc about csrf token you can find that.the csrf token blocks your external request to your django server.we merge the react project to our django.it fixed.try that .im not expert on this but you can check this out.

๐Ÿ‘คBabak Abadkheir

Leave a comment