DefaultCorsPolicy 1.0.0

dotnet add package DefaultCorsPolicy --version 1.0.0
NuGet\Install-Package DefaultCorsPolicy -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DefaultCorsPolicy" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DefaultCorsPolicy --version 1.0.0
#r "nuget: DefaultCorsPolicy, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DefaultCorsPolicy as a Cake Addin
#addin nuget:?package=DefaultCorsPolicy&version=1.0.0

// Install DefaultCorsPolicy as a Cake Tool
#tool nuget:?package=DefaultCorsPolicy&version=1.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 DefaultCorsPolicy

Or use the .NET CLI:

dotnet add package DefaultCorsPolicy

Usage

To use the DefaultCorsPolicy in your .NET application:

builder.Services.AddDefaultCors();
...
...
app.UseCors();
Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 92 11/12/2023