Skip to content

Commit 5acfdfd

Browse files
authored
Overwrite disclaimer
1 parent 24b0d05 commit 5acfdfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/ingress-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ HTTP ingress adds headers to pass metadata about the client request to your cont
6464
| Header | Description | Values |
6565
|---|---|---|
6666
| `X-Forwarded-Proto` | Protocol used by the client to connect with the Container Apps service. | `http` or `https` |
67-
| `X-Forwarded-For` | The IP address of the client that sent the request. | |
67+
| `X-Forwarded-For` | The IP address of the client that sent the request. | IP address of the sender. If specified in intital request, it will be overwritten. |
6868
| `X-Forwarded-Host` | The host name the client used to connect with the Container Apps service. | |
6969
| `X-Forwarded-Client-Cert` | The client certificate if `clientCertificateMode` is set. | Semicolon separated list of Hash, Cert, and Chain. For example: `Hash=....;Cert="...";Chain="...";` |
7070

0 commit comments

Comments
 (0)