This repository has been archived by the owner on Jun 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
Support disabling the creation of Request-Context header via configuration #613
Labels
Milestone
Comments
https://github.com/Microsoft/ApplicationInsights-aspnetcore/wiki/Dependency-Tracking-and-Performance-Counter-Collection#configuring-telemetry-module-services - Please let me know if this wiki information is useful and can help you. |
Sorry I misread the issue. |
This was accidently closed. Need to be addressed along with this: |
Fixed in #716, set |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Repro Steps
Actual Behavior
Request-Context HTTP header gets set for every (except first?) request.
Expected Behavior
Ability to disable the creation of Request-Context header via configuration or other method.
Version Info
SDK Version : 2.2.1
.NET Version: 2.0.5
Workaround
Custom middleware that removes the header.
Motivation
APIs for Industrial Internet and other scenarios where the bandwidth and client resources are limited and should be used sparingly.
The text was updated successfully, but these errors were encountered: