Skip to content

Commit 4b846f8

Browse files
authored
Update set-header-policy.md
Clarified actions which aren't supported with specific headers
1 parent a3c46dd commit 4b846f8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,11 @@ User-Agent: value2
6767
User-Agent: value3
6868
```
6969

70-
The following limitations apply:
70+
#### Limitations
7171

72-
- Removal of `Server` or `X-Forwarded-For` header isn't supported.
73-
- Headers: `Connection`, `ContentLength`, `KeepAlive`, `TransferEncoding` cannot be modified or deleted.
72+
- The following headers can't be appended, overridden, or deleted: `Connection`, `Content-Length`, `Keep-Alive`, `Transfer-Encoding`
73+
- The client IP address value in the `X-Forwarded-For` header can't be deleted
74+
- The `Server` header can't be deleted in responses
7475

7576
## Examples
7677

0 commit comments

Comments
 (0)