As Philip Jaske mentioned in his interview with Becky Nagel, one of the cool things in ASP.NET Core is the ability to rewrite incoming URLs to "fix up" a request. There are lots of reasons to do this, ...
An HSTS redirect can be used to force browsers to visit the HTTPS version of a page. These types of directs can be useful in cases where someone links to an HTTP URL instead of an HTTPS URL. When the ...