206206 Partial Content
The server is delivering only part of the resource due to a Range header sent by the client.
308The resource has permanently moved to a new URL, and the request method must not change when following the redirect.
Like 301 but guarantees the HTTP method is preserved during redirect. Used when a POST endpoint has permanently moved and the POST body must be forwarded to the new location.
Update your code to use the new URL from the Location header for all future requests. Unlike 301, this guarantees the method and body will be preserved during the redirect.
206The server is delivering only part of the resource due to a Range header sent by the client.
202The request has been accepted for processing, but the processing has not been completed yet.
404The server cannot find the requested resource. The URL may be incorrect or the resource may have been deleted.
201The request has been fulfilled and a new resource has been created as a result.
207The response provides status for multiple independent operations in a single response (WebDAV).
401The request requires user authentication. The client must provide valid credentials to access the resource.