Skip to content

Commit 4226239

Browse files
authored
Update http-response-codes.md
1 parent f79ae66 commit 4226239

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

articles/application-gateway/http-response-codes.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application-gateway
55
author: greg-lindsay
66
ms.service: azure-application-gateway
77
ms.topic: troubleshooting
8-
ms.date: 07/05/2023
8+
ms.date: 03/28/2025
99
ms.author: greglin
1010
---
1111

@@ -145,7 +145,14 @@ If your backend server is IIS, see [Default Limits for Web Sites](/iis/configura
145145

146146
nginx
147147

148-
If the backend server is nginx or nginx ingress controller, and if it has upstream servers, ensure the value of `nginx:proxy_read_timeout` matches or does not exceed with the timeout set in the backend setting.
148+
If the backend server is nginx or nginx ingress controller, and if it has upstream servers, ensure the value of `nginx:proxy_read_timeout` matches or does not exceed with the timeout set in the backend setting.
149+
150+
## Scenarios
151+
152+
### Issue: The [Access log](monitor-application-gateway-reference.md#access-log-category) displays an "ERRORINFO_INVALID_HEADER" error for a request, despite the Response code (serverStatus) being 200.
153+
**Cause**: The client sends a header containing CR LF characters.
154+
**Solution**: Replace the CR LF characters with SP (whitespace) and resend the request to Application Gateway.
155+
149156

150157
## Next steps
151158

0 commit comments

Comments
 (0)