Home > OS >  After publishing my API PUT method showing 400 Bad Request?
After publishing my API PUT method showing 400 Bad Request?

Time:11-11

In Local system my PUT method is working properly. But when i am hosting that API in server.it is throwing 400 Bad Request from postman. Please suggest any one.

Thanks in Advance.

CodePudding user response:

I'll be more than happy to help you out if you can provide more details about the questions — screenshots or code snippets.

Nevertheless, the most common cause of a 400 Bad Request Error is simply inputting an incorrect URL. Would you please check the endpoint, params, and other things associated with the URL?

CodePudding user response:

Okay Lets check some basic standards to be followed. Check the API call statement syntax are correct. And also check the API link and the (/) in the code. It plays major role in the API calls. And if you give more details I can help Particularly in the area.

  • Related