Owin.RequiresHttps
An OWIN middleware component to determine HTTPS requests. 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
Install
dotnet add package Owin.RequiresHttps --version 1.0.1
Install-Package Owin.RequiresHttps -Version 1.0.1
<PackageReference Include="Owin.RequiresHttps" Version="1.0.1" />
Frameworks
No framework metadata available.
Dependencies
No declared dependencies.
Adoption guide
Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.
No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.
No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.
How to read this guidance
Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.
Useful next steps
Move from package metadata to a concrete selection or review workflow.