414 URI Too Long

响应码 414 URI Too Long 表示客户端所请求的 URI 超过了服务器允许的范围。

以下是造成这种罕见情况的几种可能的原因:

  • 当客户端误将 POST 请求当作 GET 请求的时候,会带有一个常常的查询字符串(query);
  • when the client has descended into a loop of redirection (for example, a redirected URI prefix that points to a suffix of itself),
  • 当客户端对服务器进行攻击,试图寻找潜在的漏洞的时候。

状态

414 URI Too Long

规范

Specification Title
RFC 7231, section 6.5.12: 414 URI Too Long Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content

相关内容

文档标签和贡献者