Skip to content

Commit c942856

Browse files
Merge pull request #128325 from PoojithaJujjavarapu/patch-4
Update CORS policy documentation for headers
2 parents 9667246 + 74e5fd2 commit c942856

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)