Skip to content

Commit 8321090

Browse files
Merge pull request #125354 from changeworld/patch-67
Fix typo
2 parents a7337e1 + 0808be8 commit 8321090

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/overview-access-restrictions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ Multi-source rules are defined the same way you define single-source rules, but
8989

9090
You can't create these rules in the portal, but you can modify an existing service tag or IP-based rule and add more sources to the rule.
9191

92-
### Http header filtering for site access restriction rules
92+
### HTTP header filtering for site access restriction rules
9393

94-
For any rule, regardless of type, you can add http header filtering. Http header filters allow you to further inspect the incoming request and filter based on specific http header values. Each header can have up to eight values per rule. The following lists the supported http headers:
94+
For any rule, regardless of type, you can add http header filtering. HTTP header filters allow you to further inspect the incoming request and filter based on specific http header values. Each header can have up to eight values per rule. The following lists the supported http headers:
9595

9696
* **X-Forwarded-For**. [Standard header](https://developer.mozilla.org/docs/Web/HTTP/Headers/X-Forwarded-For) for identifying the originating IP address of a client connecting through a proxy server. Accepts valid IP addresses.
9797
* **X-Forwarded-Host**. [Standard header](https://developer.mozilla.org/docs/Web/HTTP/Headers/X-Forwarded-Host) for identifying the original host requested by the client. Accepts any string up to 64 characters in length.

0 commit comments

Comments
 (0)