Skip to content

Add ForwardedHeaders to CreateDefaultBuilder #10273

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 17, 2019
Merged

Conversation

Tratcher
Copy link
Member

@Tratcher Tratcher commented May 15, 2019

#4135 This enables apps to conditionally enable ForwardedHeaders when published to places like Azure Web Apps Linux. The forwarders are needed to correctly set the request scheme that's used when generating links, doing remote auth logins, etc..

Changes:

@bradygaster

@Tratcher Tratcher added this to the 3.0.0-preview6 milestone May 15, 2019
@Tratcher Tratcher requested review from analogrelay and JunTaoLuo May 15, 2019 21:33
@Tratcher Tratcher self-assigned this May 15, 2019
@Tratcher Tratcher force-pushed the tratcher/forward branch from 18948c6 to c5f8d72 Compare May 15, 2019 21:42
{
webBuilder.UseStartup<Startup>();
});

private static void HelloWorld()
Copy link
Contributor

Choose a reason for hiding this comment

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

How relevant are these samples anymore?

@Tratcher Tratcher force-pushed the tratcher/forward branch from de0a147 to aaf9597 Compare May 17, 2019 15:59
@Tratcher Tratcher merged commit b670246 into master May 17, 2019
@ghost ghost deleted the tratcher/forward branch May 17, 2019 20:07
@amcasey amcasey added the area-hosting Includes Hosting label Jun 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-hosting Includes Hosting
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants