Skip to content

Commit 998047b

Browse files
authored
raising acrolinx
1 parent 5ea7dc3 commit 998047b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 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,7 @@ 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.
7171
- Headers: `Connection`, `ContentLength`, `KeepAlive`, `TransferEncoding` cannot be modified or deleted.
7272

7373
## Examples

0 commit comments

Comments
 (0)