Skip to content

Commit f0ab992

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

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,14 @@ nginx
147147

148148
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.
149149

150-
## Scenarios
150+
## Troubleshooting Scenarios
151+
152+
### "ERRORINFO_INVALID_HEADER" error in Access logs
153+
154+
**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. In other cases, the backend server will return 500.
151155

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.
153156
**Cause**: The client sends a header containing CR LF characters.
157+
154158
**Solution**: Replace the CR LF characters with SP (whitespace) and resend the request to Application Gateway.
155159

156160

0 commit comments

Comments
 (0)