Nlabs.DefaultCorsPolicy
1.0.0
dotnet add package Nlabs.DefaultCorsPolicy --version 1.0.0
NuGet\Install-Package Nlabs.DefaultCorsPolicy -Version 1.0.0
<PackageReference Include="Nlabs.DefaultCorsPolicy" Version="1.0.0" />
paket add Nlabs.DefaultCorsPolicy --version 1.0.0
#r "nuget: Nlabs.DefaultCorsPolicy, 1.0.0"
// Install Nlabs.DefaultCorsPolicy as a Cake Addin #addin nuget:?package=Nlabs.DefaultCorsPolicy&version=1.0.0 // Install Nlabs.DefaultCorsPolicy as a Cake Tool #tool nuget:?package=Nlabs.DefaultCorsPolicy&version=1.0.0
DefaultCorsPolicy
Overview
The DefaultCorsPolicy NuGet package provides a simple and efficient way to enable Cross-Origin Resource Sharing (CORS) in your .NET applications. This package is designed to allow all incoming requests from different origins, making it ideal for development environments or applications where origin restrictions are not a concern.
Features
- Allows any header.
- Permits any method (GET, POST, PUT, DELETE, etc.).
- Supports credentials in cross-origin requests.
- Sets the policy to allow requests from any origin.
Installation
To install the DefaultCorsPolicy package, you can use the NuGet Package Manager console in Visual Studio:
Install-Package Nlabs.DefaultCorsPolicy
Or use the .NET CLI:
dotnet add package Nlabs.DefaultCorsPolicy
Usage
To use the Nlabs.DefaultCorsPolicy in your .NET application:
builder.Services.AddDefaultCors();
...
...
app.UseCors();
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- Microsoft.AspNetCore.Cors (>= 2.2.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 112 | 6/15/2024 |