I'm did POST method for DELETE with correct parameters and URL in React application but receive 400 Bad request error. Can it be server side issue?

22 views Asked by At

#API #HTTPrequest #BadRequestError

I'm trying to do a HTTP POST method to delete a resource from the Database in a React js application. Parameters and URL are passed correctly along with the header containing the required parameters but receiving a 400 Bad Request error. Can it be caused by a server-side issue?

0

There are 0 answers