Google News
logo
API Testing - Interview Questions
Describe some of the types of status codes.
Some status codes are :
 
1xx informational response : the request was received, continuing process

2xx successful : the request was successfully received, understood, and accepted

3xx redirection : further action needs to be taken to complete the request

4xx client error : the request contains bad syntax or cannot be fulfilled

5xx server error : the server failed to fulfill a valid request
Advertisement