【发布时间】:2013-07-30 11:14:12
【问题描述】:
IIS 有一个可配置的阈值,用于过滤掉“太大”的请求,因此可能会对服务器进行 DoS。 Such requests yield code 404.13。然而,HTTP 的代码 413 Request Entity Too Large 看起来正好适合这种情况。
为什么返回的是代码 404 而不是代码 413?
【问题讨论】:
标签: asp.net http iis http-status-code-404 http-status-codes