Skip to content

Commit 5ee16f1

Browse files
Merge pull request #237966 from tomkerkhove/patch-11
docs: Emphasize removing 'Server' is not support with set-header
2 parents cce5c9a + 573d951 commit 5ee16f1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/api-management/set-header-policy.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The `set-header` policy assigns a value to an existing HTTP response and/or requ
4848

4949
### Usage notes
5050

51-
Multiple values of a header are concatenated to a CSV string, for example:
51+
Multiple values of a header are concatenated to a CSV string, for example:
5252

5353
`headerName: value1,value2,value3`
5454

@@ -65,6 +65,10 @@ User-Agent: value2
6565
User-Agent: value3
6666
```
6767

68+
The following limitations apply:
69+
70+
- Removal of `Server` header is not supported.
71+
6872
## Examples
6973

7074
### Add header, override existing
@@ -98,4 +102,4 @@ This example shows how to apply policy at the API level to supply context inform
98102

99103
- [API Management transformation policies](api-management-transformation-policies.md)
100104

101-
[!INCLUDE [api-management-policy-ref-next-steps](../../includes/api-management-policy-ref-next-steps.md)]
105+
[!INCLUDE [api-management-policy-ref-next-steps](../../includes/api-management-policy-ref-next-steps.md)]

0 commit comments

Comments
 (0)