Skip to content

Commit 3f4cdc1

Browse files
authored
Minor change from server to appgw
1 parent 42242e8 commit 3f4cdc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/application-gateway/application-gateway-diagnostics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ The access log is generated only if you've enabled it on each Application Gatewa
219219
If the application gateway can't complete the request, it stores one of the following reason codes in the error_info field of the access log.
220220

221221

222-
|4XX Errors |The 4xx error codes indicate that there was an issue with the client's request, and the server can't fulfill it |
222+
|4XX Errors | (The 4xx error codes indicate that there was an issue with the client's request, and the Application Gateway can't fulfill it.) |
223223
|---------|---------|
224224
| ERRORINFO_INVALID_METHOD| The client has sent a request which is non-RFC compliant. Possible reasons: client using HTTP method not supported by server, misspelled method, incompatible HTTP protocol version etc.|
225225
| ERRORINFO_INVALID_REQUEST | The server can't fulfill the request because of incorrect syntax.|
@@ -235,7 +235,7 @@ If the application gateway can't complete the request, it stores one of the foll
235235
| ERRORINFO_HTTPS_NO_CERT | Indicates client is not sending a valid and properly configured TLS certificate during Mutual TLS authentication. |
236236

237237

238-
|5XX Errors |Description |
238+
|5XX Errors | Description |
239239
|---------|---------|
240240
| ERRORINFO_UPSTREAM_NO_LIVE | The application gateway is unable to find any active or reachable backend servers to handle incoming requests |
241241
| ERRORINFO_UPSTREAM_CLOSED_CONNECTION | The backend server closed the connection unexpectedly or before the request was fully processed. This could happen due to backend server reaching its limits, crashing etc.|

0 commit comments

Comments
 (0)