If another handler modifies the request headers the modified headers get applied on subsequent requests, which is not correct. This change copies the headers before sending the request and uses the original headers for the redirect request instead of the potentially modified ones. |
||
|---|---|---|
| .. | ||
| Areas | ||
| Components | ||
| Controllers | ||
| Conventions | ||
| Filters | ||
| Formatters | ||
| Models | ||
| Views | ||
| wwwroot/lib/jquery-validation-unobtrusive | ||
| ActionDescriptorCreationCounter.cs | ||
| BasicAuthenticationHandler.cs | ||
| BasicWebSite.csproj | ||
| ConfigureAuthPolicies.cs | ||
| ContactsRepository.cs | ||
| LocalizationPipeline.cs | ||
| ManagerHandler.cs | ||
| Operations.cs | ||
| Program.cs | ||
| RequestIdMiddleware.cs | ||
| RequestIdViewComponent.cs | ||
| RequestScopedActionConstraint.cs | ||
| RequestScopedFilter.cs | ||
| RequestScopedTagHelper.cs | ||
| Startup.cs | ||
| StartupRequestLimitSize.cs | ||
| StartupWithCookieTempDataProviderAndCookieConsent.cs | ||
| StartupWithCustomInvalidModelStateFactory.cs | ||
| StartupWithEndpointRouting.cs | ||
| StartupWithSessionTempDataProvider.cs | ||
| StoreIntoTempDataActionResult.cs | ||
| VndErrorAttribute.cs | ||
| _bower.json | ||
| _bower.readme | ||
| _gruntfile.js | ||
| _package.json | ||
| readme.md | ||
readme.md
BasicWebSite
This web site illustrates many commonly used features including but not limited to
link generation, action results and content negotiation, RouteData amongst others.