How to stop reducting HTTP headers? #3917
-
Here's an example of HTTP request in the logs:
How I can configure ASP.NET Core instrumentation to stop reducing the headers? All or some (that starts with Here's what I found in the spec:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
ASP.NET Core instrumentation shipped from this repo does not log http headers. |
Beta Was this translation helpful? Give feedback.
-
Indeed this is likely done by ASP.NET Core itself. |
Beta Was this translation helpful? Give feedback.
Indeed this is likely done by ASP.NET Core itself.