Skip to content

Commit c13ae6d

Browse files
authored
Update api-management-cross-domain-policies.md
edit
1 parent 505bd62 commit c13ae6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/api-management/api-management-cross-domain-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The `cors` policy adds cross-origin resource sharing (CORS) support to an operat
6565
> If request matches an operation with an OPTIONS method defined in the API, pre-flight request processing logic associated with CORS policies will not be executed. Therefore, such operations can be used to implement custom pre-flight processing logic.
6666
6767
> [!IMPORTANT]
68-
> If you configure the CORS policy at the product scope, and your API uses subscription key authentication, the policy will only work when a subscription key is provided as a query parameter in API requests.
68+
> If you configure the CORS policy at the product scope, and your API uses subscription key authentication, the policy will only work when requests include a subscription key as a query parameter.
6969
7070
CORS allows a browser and a server to interact and determine whether or not to allow specific cross-origin requests (i.e. XMLHttpRequests calls made from JavaScript on a web page to other domains). This allows for more flexibility than only allowing same-origin requests, but is more secure than allowing all cross-origin requests.
7171

0 commit comments

Comments
 (0)