Skip to content

Commit b1eb3cb

Browse files
authored
Update front-door-http-headers-protocol.md
Add explain about X-FD-HealthProbe header field.
1 parent 183f7a1 commit b1eb3cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/frontdoor/front-door-http-headers-protocol.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Front Door Service includes headers from an incoming request unless removed beca
3838
| X-Forwarded-For | X-Forwarded-For: 127.0.0.1 </br> The X-Forwarded-For (XFF) HTTP header field often identifies the originating IP address of a client connecting to a web server through an HTTP proxy or load balancer. If there's an existing XFF header, then Front Door appends the client socket IP to it or adds the XFF header with the client socket IP. |
3939
| X-Forwarded-Host | X-Forwarded-Host: contoso.azurefd.net </br> The X-Forwarded-Host HTTP header field is a common method used to identify the original host requested by the client in the Host HTTP request header. This is because the host name from Front Door may differ for the backend server handling the request. |
4040
| X-Forwarded-Proto | X-Forwarded-Proto: http </br> The X-Forwarded-Proto HTTP header field is often used to identify the originating protocol of an HTTP request because Front Door, based on configuration, might communicate with the backend by using HTTPS. This is true even if the request to the reverse proxy is HTTP. |
41+
| X-FD-HealthProbe | X-FD-HealthProbe HTTP header field is used to identify the health probe from Front Door. If this header set to 1, the request is health probe. You can use when want to strict access from paticular Front Door with X-Forwarded-Host header field. |
4142

4243
## Front Door Service to client
4344

@@ -53,4 +54,4 @@ Any headers sent to Front Door from the backend are also passed through to the c
5354
- [How Front Door works](front-door-routing-architecture.md)
5455

5556
<!--Image references-->
56-
[1]: ./media/front-door-http-headers-protocol/front-door-protocol-summary.png
57+
[1]: ./media/front-door-http-headers-protocol/front-door-protocol-summary.png

0 commit comments

Comments
 (0)