aspnetcore/test/WebSites/BasicWebSite
Javier Calvarro Nelson dfb579d45c [Fixes #8021] Copy the request headers before sending the request on the RedirectHandler
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.
2018-08-23 16:09:05 -07:00
..
Areas
Components
Controllers [Fixes #8021] Copy the request headers before sending the request on the RedirectHandler 2018-08-23 16:09:05 -07:00
Conventions
Filters Introduce ProblemDetailsFilter 2018-08-21 17:29:12 -07:00
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 React to the removal of EndpointConstraint 2018-07-28 19:03:16 -07:00
RequestScopedFilter.cs
RequestScopedTagHelper.cs
Startup.cs Introduce ProblemDetailsFilter 2018-08-21 17:29:12 -07:00
StartupRequestLimitSize.cs Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
StartupWithCookieTempDataProviderAndCookieConsent.cs Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
StartupWithCustomInvalidModelStateFactory.cs Introduce ProblemDetailsFilter 2018-08-21 17:29:12 -07:00
StartupWithEndpointRouting.cs Replace remaining references to global routing (#8312) 2018-08-23 10:23:29 +12:00
StartupWithSessionTempDataProvider.cs Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
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.