Skip to content

Commit

Permalink
fwd hdrs
Browse files Browse the repository at this point in the history
  • Loading branch information
Trolldemorted committed Jan 14, 2020
1 parent e638d81 commit 4991447
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ChallengePad/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ public void ConfigureServices(IServiceCollection services)
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
{
app.UseForwardedHeaders();
if (env.IsDevelopment())
{
app.UseDeveloperExceptionPage();
Expand Down

0 comments on commit 4991447

Please sign in to comment.