File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments