skip to Main Content

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.

3

Answers


  1. Chosen as BEST ANSWER

    Thanks all for your valuable feedback. Finally I got the solution to this problem. Actually this error is due to the bad data format. I used some date field in the input. Due to that date format it was throwing the error in server. The format is not supported in server.


  2. 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?

    Login or Signup to reply.
  3. 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.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search