Getting Bad Request 400 when sending data to django rest framework through axios Getting Bad Request 400 when sending data to django rest framework through axios django django

Getting Bad Request 400 when sending data to django rest framework through axios


Linova answered the question in the comments. "the network tab allows you to view the request/response content". In my case I was getting the 400 Bad Request error in Google Chrome console, but I didnt know where to get detailed information about what went wrong.

Checking in the network tab, I was able to see more details on the request/response and I hence was able to know what to do.

This also worked for the author of the question @fluk3r as shown in the comments