-
Expected Behavior / New FeatureWe have configured Kestrel both on our gateway microservice and downstream services to accept header sizes up to 64Kb. Is that possible? Some information:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi Mortana!
Could you upgrade your solution to v19 for .NET 7 please?
Everything is possible! 🤣 I guess Ocelot as a ASP.NET API app follows and uses a standard settings for
Please, show your solution and/or at least configuration code!
Please, provide complete call stack information, and error message for sure! Finally,Is this a bug or feature issue? |
Beta Was this translation helpful? Give feedback.
-
Do you use this Kestrel server property? |
Beta Was this translation helpful? Give feedback.
Do you use this Kestrel server property?
KestrelServerLimits.MaxRequestHeadersTotalSize Property (Microsoft.AspNetCore.Server.Kestrel.Core) | Microsoft Learn