Skip to content

Commit 453fc9b

Browse files
Update cors.md
1 parent da3a0c8 commit 453fc9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/security/cors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The preceding code applies the default CORS policy to all controller endpoints.
9999

100100
## Enable Cors with endpoint routing
101101

102-
Enabling CORS on a per-endpoint basis using `RequireCors` currently does ***not*** support [automatic preflight requests](#apf). For more information, see [this GitHub issue](https://github.com/dotnet/aspnetcore/issues/18665) and [Test CORS with endpoint routing and [HttpOptions]](#tcer).
102+
Enabling CORS on a per-endpoint basis using `RequireCors` currently does ***not*** support [automatic preflight requests](#apf). For more information, see [this GitHub issue](https://github.com/dotnet/aspnetcore/issues/20709) and [Test CORS with endpoint routing and [HttpOptions]](#tcer).
103103

104104
With endpoint routing, CORS can be enabled on a per-endpoint basis using the <xref:Microsoft.AspNetCore.Builder.CorsEndpointConventionBuilderExtensions.RequireCors*> set of extension methods:
105105

0 commit comments

Comments
 (0)