Skip to content

Commit bdacd46

Browse files
authored
Merge pull request #178436 from duongau/patch-1
CDN and AFD rules engine - Remote Address key information
2 parents e9947d2 + e60b4cb commit bdacd46

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

articles/cdn/cdn-standard-rules-engine-match-conditions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ Not IP Match | IP address (space-separated)
110110
- The syntax for an IP address block is the base IP address followed by a forward slash and the prefix size. For example:
111111
- **IPv4 example**: *5.5.5.64/26* matches any requests that arrive from addresses 5.5.5.64 through 5.5.5.127.
112112
- **IPv6 example**: *1:2:3:/48* matches any requests that arrive from addresses 1:2:3:0:0:0:0:0 through 1:2:3:ffff:ffff:ffff:ffff:ffff.
113+
- Remote Address represents the original client IP that is either from the network connection or typically the X-Forwarded-For request header if the user is behind a proxy.
113114

114115
### Request body
115116

articles/frontdoor/front-door-rules-engine-match-conditions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ Not IP Match | IP address (space-separated)
8181
- The syntax for an IP address block is the base IP address followed by a forward slash and the prefix size. For example:
8282
- **IPv4 example**: *5.5.5.64/26* matches any requests that arrive from addresses 5.5.5.64 through 5.5.5.127.
8383
- **IPv6 example**: *1:2:3:/48* matches any requests that arrive from addresses 1:2:3:0:0:0:0:0 through 1:2:3: ffff:ffff:ffff:ffff:ffff.
84+
- Remote Address represents the original client IP that is either from the network connection or typically the X-Forwarded-For request header if the user is behind a proxy.
8485

8586
## Request body
8687

articles/frontdoor/standard-premium/concept-rule-set-match-conditions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ The **remote address** match condition identifies requests based on the requeste
217217
* **IPv6 example**: `1:2:3:/48` matches any requests that arrive from addresses 1:2:3:0:0:0:0:0 through 1:2:3: ffff:ffff:ffff:ffff:ffff.
218218
* When you specify multiple IP addresses and IP address blocks, 'OR' logic is applied.
219219
* **IPv4 example**: if you add two IP addresses `1.2.3.4` and `10.20.30.40`, the condition is matched for any requests that arrive from either address 1.2.3.4 or 10.20.30.40.
220-
* **IPv6 example**: if you add two IP addresses `1:2:3:4:5:6:7:8` and `10:20:30:40:50:60:70:80`, the condition is matched for any requests that arrive from either address 1:2:3:4:5:6:7:8 or 10:20:30:40:50:60:70:80.
220+
* **IPv6 example**: if you add two IP addresses `1:2:3:4:5:6:7:8` and `10:20:30:40:50:60:70:80`, the condition is matched for any requests that arrive from either address 1:2:3:4:5:6:7:8 or 10:20:30:40:50:60:70:80.
221+
* Remote Address represents the original client IP that is either from the network connection or typically the X-Forwarded-For request header if the user is behind a proxy.
221222

222223
### Properties
223224

0 commit comments

Comments
 (0)