IIS Deployed ASP.NET Core application giving intermittent 431 Request headers too long error
- 阅读更多 关于 IIS Deployed ASP.NET Core application giving intermittent 431 Request headers too long error
问题 I am working on an ASP.NET Core application which consumes a GraphQL endpoint via RestSharp to retrieve the data. This is an intranet type application, deployed on a Windows 2016 IIS Server and we are utilizing Windows Authentication. The problem we are encountering is that a certain user, who belongs to a large number of active directory groups is getting intermittent 431 Request headers too long errors. I have attempted the following: I am setting the IISDefaults in the startup.cs for both