Skip to content

Commit b1b95e6

Browse files
authored
Merge pull request #268863 from mumurug-MSFT/patch-57
(AzureCXP) fixes MicrosoftDocs/azure-docs#120717
2 parents eb9d299 + 998047b commit b1b95e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Exceptions include standardized headers whose values:
5757
- may contain date (`Cookie`, `Set-Cookie`, `Warning`),
5858
- contain date (`Date`, `Expires`, `If-Modified-Since`, `If-Unmodified-Since`, `Last-Modified`, `Retry-After`).
5959

60-
In case of those exceptions, multiple header values will not be concatenated into one string and will be passed as separate headers, for example:
60+
In case of those exceptions, multiple header values won't be concatenated into one string and will be passed as separate headers, for example:
6161

6262
```
6363
User-Agent: value1
@@ -67,7 +67,8 @@ User-Agent: value3
6767

6868
The following limitations apply:
6969

70-
- Removal of `Server` header is not supported.
70+
- Removal of `Server` header isn't supported.
71+
- Headers: `Connection`, `ContentLength`, `KeepAlive`, `TransferEncoding` cannot be modified or deleted.
7172

7273
## Examples
7374

0 commit comments

Comments
 (0)