Info
Version: | 1.0.1 |
Author(s): | Jonathan Channon |
Last Update: | Wednesday, February 5, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/jchannon/Owin.RequiresHttps/ |
NuGet Url: | https://www.nuget.org/packages/Owin.RequiresHttps |
Install
Install-Package Owin.RequiresHttps
dotnet add package Owin.RequiresHttps
paket add Owin.RequiresHttps
Owin.RequiresHttps Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
If the request is https then the middleware will call the next item in the queue otherwise a HTTP Status Code of 401 is returned and the request is ended.
There is an optional RequiresHttpsOptions tool which will route any http traffic to a https location if specified.