TS.DefaultCorsPolicy
8.0.0
dotnet add package TS.DefaultCorsPolicy --version 8.0.0
NuGet\Install-Package TS.DefaultCorsPolicy -Version 8.0.0
<PackageReference Include="TS.DefaultCorsPolicy" Version="8.0.0" />
paket add TS.DefaultCorsPolicy --version 8.0.0
#r "nuget: TS.DefaultCorsPolicy, 8.0.0"
// Install TS.DefaultCorsPolicy as a Cake Addin #addin nuget:?package=TS.DefaultCorsPolicy&version=8.0.0 // Install TS.DefaultCorsPolicy as a Cake Tool #tool nuget:?package=TS.DefaultCorsPolicy&version=8.0.0
DefaultCorsPolicy NuGet Package
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 TS.DefaultCorsPolicy
Or use the .NET CLI:
dotnet add package TS.DefaultCorsPolicy
Usage
To use the TS.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 |
---|---|---|
8.0.0 | 324 | 5/1/2024 |