Skip to content

Commit 25263e8

Browse files
author
Andre Dewes
committed
Better CORS methods and headers description
1 parent ba0c285 commit 25263e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/app-service-web-tutorial-rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ You can use your own CORS utilities instead of App Service CORS for more flexibi
196196
>
197197

198198
## Allowed CORS methods and headers
199-
The built-in App Service CORS feature does not have options to allow only specific HTTP methods or verbs for each origin that you specify. It will automatically allow all methods and headers for each origin defined. This behavior is similar to [ASP.NET CORS](https://learn.microsoft.com/en-us/aspnet/core/security/cors?view=aspnetcore-6.0#enable-cors-with-attributes) policies when you use the options `.AllowAnyHeader()` and `.AllowAnyMethod()` in the code.
199+
The built-in App Service CORS feature does not have options to allow only specific HTTP methods or verbs for each origin that you specify. It will automatically allow all methods and headers for each origin defined. This behavior is similar to [ASP.NET Core CORS](/aspnet/core/security/cors) policies when you use the options `.AllowAnyHeader()` and `.AllowAnyMethod()` in the code.
200200

201201
[!INCLUDE [cli-samples-clean-up](../../includes/cli-samples-clean-up.md)]
202202

0 commit comments

Comments
 (0)