What is the most common HTTP status code for indicating a client-side error in a web service?

  • 200 - OK
  • 400 - Bad Request
  • 404 - Not Found
  • 500 - Internal Server Error
The HTTP status code 400 (Bad Request) is commonly used to indicate a client-side error in a web service.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *