Skip to content

Commit 5c60b9c

Browse files
committed
Fix typo: requestor -> requester
1 parent fcee1e5 commit 5c60b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/application-gateway/for-containers/application-gateway-for-containers-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Application Gateway for Containers inserts three extra headers to all requests b
9898
- x-forwarded-proto
9999
- x-request-id
100100

101-
**x-forwarded-for** is the original requestor's client IP address. If the request is coming through a proxy, the header value appends the address received, comma delimited. In example: 1.2.3.4,5.6.7.8; where 1.2.3.4 is the client IP address to the proxy in front of Application Gateway for Containers, and 5.6.7.8 is the address of the proxy forwarding traffic to Application Gateway for Containers.
101+
**x-forwarded-for** is the original requester's client IP address. If the request is coming through a proxy, the header value appends the address received, comma delimited. In example: 1.2.3.4,5.6.7.8; where 1.2.3.4 is the client IP address to the proxy in front of Application Gateway for Containers, and 5.6.7.8 is the address of the proxy forwarding traffic to Application Gateway for Containers.
102102

103103
**x-forwarded-proto** returns the protocol received by Application Gateway for Containers from the client. The value is either http or https.
104104

0 commit comments

Comments
 (0)