Skip to content

Commit

Permalink
move prior version include to end (#31338)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdykstra authored Jan 2, 2024
1 parent 907f1be commit 0e693e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aspnetcore/security/cors.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ author: tdykstra
description: Learn how CORS as a standard for allowing or rejecting cross-origin requests in an ASP.NET Core app.
ms.author: riande
ms.custom: mvc
ms.date: 3/16/2023
ms.date: 01/02/2024
uid: security/cors
---
# Enable Cross-Origin Requests (CORS) in ASP.NET Core

[!INCLUDE[](~/includes/not-latest-version.md)]

[!INCLUDE[](~/security/cors/includes/cors7.md)]

:::moniker range=">= aspnetcore-8.0"

By [Rick Anderson](https://twitter.com/RickAndMSFT) and [Kirk Larkin](https://twitter.com/serpent5)
Expand Down Expand Up @@ -626,4 +624,6 @@ Test the preceding code from the [test page](https://cors1.azurewebsites.net/tes

:::moniker-end

[!INCLUDE[](~/security/cors/includes/cors7.md)]

[!INCLUDE[](~/security/cors/includes/cors56.md)]

0 comments on commit 0e693e0

Please sign in to comment.