200200 OK
The request has succeeded. The meaning of the success depends on the HTTP method used.
206The server is delivering only part of the resource due to a Range header sent by the client.
The client requested a specific byte range of a resource using the Range header. This is common for resumable downloads, video streaming, and large file transfers.
No fix needed. Check the Content-Range header to determine which part was returned. To get the full resource, omit the Range header from your request.
200The request has succeeded. The meaning of the success depends on the HTTP method used.
407The client must first authenticate with the proxy before the request can be forwarded to the target server.
425The server is unwilling to process a request that might be replayed, to avoid potential replay attacks.
408The server timed out waiting for the client to complete the request.
204The server successfully processed the request but is not returning any content in the response body.
305The requested resource must be accessed through the proxy specified in the Location header. This status code is deprecated.