Skip to content

Commit 0f9b5d2

Browse files
authored
Merge pull request #313648 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 3a240ef + 19c1eb4 commit 0f9b5d2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

articles/api-management/cors-policy.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,16 @@ The `cors` policy adds cross-origin resource sharing (CORS) support to an operat
8282
|----------|-----------------|--------------|-------------|
8383
|header|Specifies a header name.|At least one `header` element is required in `allowed-headers` if that section is present.|N/A|
8484

85+
The value `*` indicates all headers.
86+
8587
### expose-headers elements
8688

8789
|Name|Description|Required|Default|
8890
|----------|-----------------|--------------|-------------|
8991
|header|Specifies a header name.|At least one `header` element is required in `expose-headers` if that section is present.|N/A|
9092

93+
The value `*` indicates all headers.
94+
9195
## Usage
9296

9397
- [**Policy sections:**](./api-management-howto-policies.md#understanding-policy-configuration) inbound

0 commit comments

Comments
 (0)