You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -246,7 +246,7 @@ The access log is generated only if you've enabled it on each Application Gatewa
246
246
|sentBytes| Size of packet sent, in bytes.|
247
247
|timeTaken| Length of time (in milliseconds) that it takes for a request to be processed and its response to be sent. This is calculated as the interval from the time when Application Gateway receives the first byte of an HTTP request to the time when the response send operation finishes. It's important to note that the Time-Taken field usually includes the time that the request and response packets are traveling over the network. |
248
248
|sslEnabled| Whether communication to the backend pools used TLS/SSL. Valid values are on and off.|
249
-
|host| The hostname with which the request has been sent to the backend server. If backend hostname is being overridden, this name will reflect that.|
249
+
|host| The hostname with which the request has been sent to the backend server. If backend hostname is being overridden, this name reflects that.|
250
250
|originalHost| The hostname with which the request was received by the Application Gateway from the client.|
Copy file name to clipboardExpand all lines: articles/application-gateway/features.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ For more information, see [Application Gateway redirect overview](redirect-overv
88
88
89
89
## Session affinity
90
90
91
-
The cookie-based session affinity feature is useful when you want to keep a user session on the same server. By using gateway-managed cookies, the Application Gateway can direct subsequent traffic from a user session to the same server for processing. This is important in cases where session state is saved locally on the server for a user session.
91
+
The cookie-based session affinity feature is useful when you want to keep a user session on the same server. Using gateway-managed cookies, the Application Gateway can direct subsequent traffic from a user session to the same server for processing. This is important in cases where session state is saved locally on the server for a user session.
92
92
93
93
For more information, see [How an application gateway works](how-application-gateway-works.md#modifications-to-the-request).
94
94
@@ -102,7 +102,7 @@ For more information, see [WebSocket support](application-gateway-websocket.md)
102
102
103
103
## Connection draining
104
104
105
-
Connection draining helps you achieve graceful removal of backend pool members during planned service updates or problems with backend health. This setting is enabled via the [Backend Setting](configuration-http-settings.md) and is applied to all backend pool members during rule creation. Once enabled, the aplication gateway ensures all deregistering instances of a backend pool don't receive any new requests while allowing existing requests to complete within a configured time limit. It applies to cases where backend instances are:
105
+
Connection draining helps you achieve graceful removal of backend pool members during planned service updates or problems with backend health. This setting is enabled via the [Backend Setting](configuration-http-settings.md) and is applied to all backend pool members during rule creation. Once enabled, the application gateway ensures all deregistering instances of a backend pool don't receive any new requests while allowing existing requests to complete within a configured time limit. It applies to cases where backend instances are:
106
106
- explicitly removed from the backend pool after a configuration change by a user
107
107
- reported as unhealthy by the health probes, or
108
108
- removed during a scale-in operation
@@ -127,7 +127,7 @@ HTTP headers allow the client and server to pass additional information with the
127
127
- Removing response header fields that can reveal sensitive information.
128
128
- Stripping port information from X-Forwarded-For headers.
129
129
130
-
Application Gateway and WAF v2 SKU supports the capability to add, remove, or update HTTP request and response headers, while the request and response packets move between the client and backend pools. You can also rewrite URLs, query string parameters and host name. With URL rewrite and URL path-based routing, you can choose to either route requests to one of the backend pools based on the original path or the rewritten path, using the re-evaluate path map option.
130
+
Application Gateway and WAF v2 SKU supports the capability to add, remove, or update HTTP request and response headers, while the request and response packets move between the client and backend pools. You can also rewrite URLs, query string parameters and host name. With URL rewrite and URL path-based routing, you can choose to either route requests to one of the backend pools based on the original path or the rewritten path, using the reevaluate path map option.
131
131
132
132
It also provides you with the capability to add conditions to ensure the specified headers or URL are rewritten only when certain conditions are met. These conditions are based on the request and response information.
0 commit comments