You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
Fail fast on
Content-Lengthheader value, count for body in chunked when limit passed.Failure state: current
413 Payload Too Largeold413 Request Entity Too Large"The request is larger than the server is willing or able to process." RFC7231
.NET 4 - 4.6 default
HttpRuntimeSection.MaxRequestLength4MBIIS default
maxRequestEntityAllowed200kBor filtered default 28.6MB (returns
404.13 Content Length Too Large)ngnix default
client_max_body_size1MBapache.tomcat default
maxPostSize2MBapache.httpd default
LimitRequestBodyunlimitedWill currently be enforced by reverse proxy config (e.g. IIS/nginx) when deployed in recommended configuration - but not in pure Kestrel deployment.