aspnet / AspNetKatana

Microsoft's OWIN implementation, the Katana project
Apache License 2.0
963 stars 332 forks source link

Increase Request Size? #410

Closed Thypari closed 3 years ago

Thypari commented 3 years ago

I have the exact same issue as described here: https://forums.asp.net/t/2083605.aspx?+413+Request+Entity+Too+Large+in+ASP+Net+Web+Api+OWIN+self+host+service

Is there a way to increase the request size for Owin self-hosted?

The mentioned solution uses the nuget packages LimitsMiddleware and LimitsMiddleware.OwinAppBuilder which are both deprecated.

Tratcher commented 3 years ago

Microsoft.Owin does not implement request size limits. Are you hitting a limit in WebAPI? https://github.com/aspnet/AspNetwebstack

ghost commented 3 years ago

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate.

See our Issue Management Policies for more information.