Skip to content

Commit a1bf0c2

Browse files
Update CORS policy documentation for headers
For allowed-headers and expose-headers elements - Added the statement :The value * indicates all headers.
1 parent b298024 commit a1bf0c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/api-management/cors-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ The `cors` policy adds cross-origin resource sharing (CORS) support to an operat
8080

8181
|Name|Description|Required|Default|
8282
|----------|-----------------|--------------|-------------|
83-
|header|Specifies a header name.|At least one `header` element is required in `allowed-headers` if that section is present.|N/A|
83+
|header|Specifies a header name.|At least one `header` element is required in `allowed-headers` if that section is present.|N/A|The value * indicates all headers.
8484

8585
### expose-headers elements
8686

8787
|Name|Description|Required|Default|
8888
|----------|-----------------|--------------|-------------|
89-
|header|Specifies a header name.|At least one `header` element is required in `expose-headers` if that section is present.|N/A|
89+
|header|Specifies a header name.|At least one `header` element is required in `expose-headers` if that section is present.|N/A|The value * indicates all headers.
9090

9191
## Usage
9292

0 commit comments

Comments
 (0)