-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Headers TransformOcelot feature: Headers TransformationOcelot feature: Headers TransformationSpring'25Spring 2025 releaseSpring 2025 releaseacceptedBug or feature would be accepted as a PR or is being worked onBug or feature would be accepted as a PR or is being worked onfeatureA new featureA new feature
Milestone
Description
New Feature
Add UpstreamHeaderTransform globally for all routes.
Motivation for New Feature
Currently we have to set the same transforms on all routes, leaving a lot of copy paste work.
"UpstreamHeaderTransform": {
"X-Forwarded-For": "{RemoteIpAddress}",
"X-Forwarded-Host": "{BaseUrl}",
"X-Forwarded-Proto": "https"
}
A solution would be to also set global transforms in GlobalConfiguration
Related to
Feature: Headers Transformation
Metadata
Metadata
Assignees
Labels
Headers TransformOcelot feature: Headers TransformationOcelot feature: Headers TransformationSpring'25Spring 2025 releaseSpring 2025 releaseacceptedBug or feature would be accepted as a PR or is being worked onBug or feature would be accepted as a PR or is being worked onfeatureA new featureA new feature