How to increase size limit for HTTP header value in request for Azure IIS?
问题 Token is passed in Authorization header in GET request like this: Authorization: Bearer <token here> Using trial and error I figured out that header value limit must be around 2048 , because requests with tokens smaller than that are passed to my ASP.NET app without any changes and requests with larger tokens have Authorization header removed triggering 401 in my app. App is published to Azure. It doesn't seem to matter whether request is GET or POST. Limit looks similar to querystring limit