413 (Request Entity Too Large/请求实体过大) 413 (SC_REQUEST_ENTITY_TOO_LARGE)告诉客户端现在所请求的文档比服务器现在想要处理的要大。如果服务器认为能够过一段时间处理,则会包含一个Retry-After的响应头信息。该状态是新加入 HTTP 1.1的。 414 (Request URI Too Long/请求URI过长) 414 (SC_REQUEST_URI...
406 (SC_NOT_ACCEPTABLE)表示请求资源的MIME类型与客户端中Accept头信息中指定的类型不一致。见本书7.2部分中的表7.1(HTTP 1.1 Response Headers and Their Meaning/HTTP 1.1响应头信息以及他们的意义)中对MIME类型的介绍。406是新加入 HTTP 1.1中的。 407 (Proxy Authentication Required/代理服务器认证要求) 407 (...
413 “Payload too large”– La solicitud es mayor que los límites especificados en el servidor, por lo que el servidor no puede procesar la solicitud. Puede ver este error en su sitio de WordPress cuando intente subir un archivo y su tamaño exceda el límite de carga de su sitio web...
该状态是新加入 HTTP 1.1的。 413 (Request Entity Too Large/请求实体过大) 413 (SC_REQUEST_ENTITY_TOO_LARGE)告诉客户端现在所请求的文档比服务器现在想要处理的要大。如果服务器认为能够过一段时间处理,则会包含一个Retry-After的响应头信息。该状态是新加入 HTTP 1.1的。 414 (Request URI Too Long/请求...
Your Guide To Error CodesCheck for broken links here: Link Checker Note: The term URL stands for Universal Resource Location - for example the actual address of a webpage - whereas URI stands for Universal Resource Identifier, meaning the name of a particular resource. Although the two terms...
You can also see if the error stems from Google or the website itself under theSourcecolumn. Summary and the Vital Importance of Correct HTTP Status Codes There are many HTTP codes, and each one has a different meaning. You don’t need to remember all of them, but it is important to ...
第一类代码是信息性的,表示在继续处理时的临时响应。第二类状态代码传达了客户的请求被接收并成功处理。第三类 HTTP 状态代码表明,为了完成请求,需要代表客户采取进一步的行动,如 URL 重定向。第四类代码是在客户出错时使用的。第五类状态代码表示服务器出了错误,无法完成一个明显有效的请求。
413 (SC_REQUEST_ENTITY_TOO_LARGE)告诉客户端现在所请求的文档比服务器现在想要处理的要大。如果服务器认为能够过一段时间处理,则会包含一个Retry-After的响应头信息。该状态是新加入 HTTP 1.1的。 414 (Request URI Too Long/请求URI过长) 414 (SC_REQUEST_URI_TOO_LONG)状态用于在URI过长的情况时。这里所...
413 Request Entity Too large(请求实体过长) 414 Request-URL Too Long(请求网址过长) 415 Unsupported Media Type(媒体类型不支持) 416 Requested Range Not Satisfiable(请求范围不符合要求) 417 Expectation Failed(预期结果失败) 服务端错误 500 Internal Server Error(内部服务器错误) 501 Implemented(未实现) ...
但是,这种方法对通过刷新响应头信息或等价的HTML标记自动重载的页面起作用,因为它会返回一个204状态码停止以后的重载。但基于JavaScript脚本的自动重载在这种情况下仍然需要能够起作用。可以阅读本书7.2 ( HTTP 1.1 Response Headers and Their Meaning/HTTP 1.1响应头信息以及他们的意义)部分的详细讨论。