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.
We currently accept some malformed requests that are not adherent to the HTTP/1.1 spec.
Example:
GET ../../ HTTP/1.1is not a valid format at all. Should be rejected.GET www.contoso.com HTTP/1.1is invalid, but Kestrel will accept anyways.GET * HTTP/1.1is invalid, but Kestrel will accept anyways.Restrictions on request-target that are not currently enforced: