Skip to content

Conversation

BrennanConroy
Copy link
Member

Revert logging severity in ForwardedHeaders middleware

Description

As part of strengthening our security posture in the ForwardedHeaders middleware we increased the severity of a log from Debug to Warning hoping to give consumers a more obvious signal that unexpected requests were hitting their application.

Unfortunately, that change doesn't have the intended effect as it's not uncommon to receive valid requests that have unknown IP addresses in the forwarded headers. e.g. In a proxy scenario where the proxy isn't hosted in a well-defined IP range, or a request goes through many proxy layers and the application is only aware of the last layer, etc.

Customer Impact

Customers are receiving lots of Warning logs, which may trigger telemetry checks, unexpectedly increase log storage size, etc.

Regression?

  • Yes
  • No

Change was intended as a signal that unexpected requests were being received, which isn't really accurate in real apps.

Risk

  • High
  • Medium
  • Low

Just changing a log level to what it was before.

Verification

  • Manual (required)
  • Automated

Packaging changes reviewed?

  • Yes
  • No
  • N/A

@BrennanConroy BrennanConroy added this to the 8.0.x milestone Oct 17, 2025
@Copilot Copilot AI review requested due to automatic review settings October 17, 2025 18:20
@BrennanConroy BrennanConroy added the Servicing-approved Shiproom has approved the issue label Oct 17, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR reverts the log level for unknown proxy detection in ForwardedHeadersMiddleware from Warning back to Debug. The previous change to Warning level was causing excessive log noise for customers in legitimate proxy scenarios where unknown IP addresses are expected.

  • Reduces log level from Warning to Debug for unknown proxy detection
  • Addresses customer complaints about excessive warning logs in valid proxy configurations

@joperezr joperezr enabled auto-merge (squash) October 17, 2025 18:37
@joperezr joperezr merged commit 4871609 into release/8.0 Oct 17, 2025
24 of 25 checks passed
@joperezr joperezr deleted the BrennanConroy-patch-5 branch October 17, 2025 20:31
@dotnet-policy-service dotnet-policy-service bot modified the milestones: 8.0.x, 8.0.22 Oct 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Servicing-approved Shiproom has approved the issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants