414414 URI Too Long
The request URL is longer than the server is willing to interpret.
416The client requested a range that is not available for the given resource.
The Range header in the request specifies a byte range that is outside the actual size of the resource. For example, requesting bytes 1000-2000 of a file that is only 500 bytes long.
Check the Content-Length or Content-Range of the resource first. Adjust your Range header to stay within the valid range. Handle this error by restarting the download from the beginning.
414The request URL is longer than the server is willing to interpret.
506The server has an internal configuration error where the chosen variant resource is configured to engage in content negotiation itself.
201The request has been fulfilled and a new resource has been created as a result.
418The server refuses the request because it is, permanently, a teapot. An April Fools' joke from RFC 2324.
407The client must first authenticate with the proxy before the request can be forwarded to the target server.
431The server refuses the request because one or more header fields are too large.