Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Host header setting incorrect for outbound HTTP calls #5

@neil-leighton

Description

@neil-leighton

The Host header for the outbound HTTP connection is being set with the inbound host name. This prevents usage of downstream applications that use the Host header for routing such as Azure web apps.
Need to set the Host header using the outgoing host name and port from RouterProxyClient on the first connection (ConnectNotifier) and for subsequent calls using a cached open connection.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions