File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ The `set-header` policy assigns a value to an existing HTTP response and/or requ
48
48
49
49
### Usage notes
50
50
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:
52
52
53
53
` headerName: value1,value2,value3 `
54
54
@@ -65,6 +65,10 @@ User-Agent: value2
65
65
User-Agent: value3
66
66
```
67
67
68
+ The following limitations apply:
69
+
70
+ - Removal of ` Server ` header is not supported.
71
+
68
72
## Examples
69
73
70
74
### Add header, override existing
@@ -98,4 +102,4 @@ This example shows how to apply policy at the API level to supply context inform
98
102
99
103
- [ API Management transformation policies] ( api-management-transformation-policies.md )
100
104
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 )]
You can’t perform that action at this time.
0 commit comments