Skip to content

Commit d0232ef

Browse files
committed
[APIM] Clarify CORS policies
1 parent ce9dc40 commit d0232ef

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

articles/api-management/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,10 @@
364364
items:
365365
- name: Export API as custom connector
366366
href: export-api-power-platform.md
367-
- name: Enable CORS to test custom connector
367+
displayName: Power Platform
368+
- name: Enable CORS for custom connector
368369
href: enable-cors-power-platform.md
370+
displayName: Power Platform
369371
- name: Monitor APIs
370372
items:
371373
- name: Get API analytics

articles/api-management/enable-cors-power-platform.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Enable CORS policies to test Azure API Management custom connector
3-
description: How to enable CORS policies in Azure API Management and Power Platform to test a custom connector from Power Platform applications.
2+
title: Enable CORS policies for Azure API Management custom connector
3+
description: How to enable CORS policies in Azure API Management and Power Platform to test and use a custom connector from Power Platform applications.
44
services: api-management
55
author: dlepow
66

@@ -10,10 +10,10 @@ ms.date: 03/24/2023
1010
ms.author: danlep
1111

1212
---
13-
# Enable CORS policies to test custom connector from Power Platform
13+
# Enable CORS policies for API Management custom connector
1414
Cross-origin resource sharing (CORS) is an HTTP-header based mechanism that allows a server to indicate any origins (domain, scheme, or port) other than its own from which a browser should permit loading resources. Customers can add a [CORS policy](cors-policy.md) to their web APIs in Azure API Management, which adds cross-origin resource sharing support to an operation or an API to allow cross-domain calls from browser-based clients.
1515

16-
If you've exported an API from API Management as a [custom connector](export-api-power-platform.md) in the Power Platform and want to use the Power Apps or Power Automate test console to call the API, you need to configure your API to explicitly enable cross-origin requests from Power Platform applications. This article shows you how to configure the following two necessary policy settings:
16+
If you've exported an API from API Management as a [custom connector](export-api-power-platform.md) in the Power Platform and want to use browser-based clients including the Power Apps or Power Automate test console to call the API, you need to configure your API to explicitly enable cross-origin requests from Power Platform applications. This article shows you how to configure the following two necessary policy settings:
1717

1818
* Add a CORS policy to your API
1919

0 commit comments

Comments
 (0)