100100 Continue
The server has received the request headers and the client should proceed to send the request body.
200The request has succeeded. The meaning of the success depends on the HTTP method used.
The server processed the request successfully. For GET requests, the resource is returned in the body. For POST, the result of the action is described in the body.
No fix needed. This is the standard success response. If you expected different data, check the response body and ensure your request parameters are correct.
100The server has received the request headers and the client should proceed to send the request body.
508The server detected an infinite loop while processing the request (WebDAV).
102The server has received and is processing the request, but no response is available yet (WebDAV).
301The requested resource has been permanently moved to a new URL, and future requests should use the new URL.
415The server refuses the request because the Content-Type of the request body is not supported.
205The server tells the client to reset the document view, such as clearing a form after submission.