Skip to content

Commit 61d0edb

Browse files
committed
acrolinx
1 parent 6ca866e commit 61d0edb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ Some common reasons for the request to be non-compliant to RFC are:
5959
| Missing Host Header | Request doesn't have Host Header |
6060
| Presence of malformed or illegal character | Reserved characters are **&,!.** The workaround is to code it as a percentage. For example: %& |
6161
| Invalid HTTP version | Get /content.css HTTP/**0.3** |
62-
| Header field name and URI contains non-ASCII Character | GET /**«úü¡»¿**.doc HTTP/1.1 |
62+
| Header field name and URI contain non-ASCII Character | GET /**«úü¡»¿**.doc HTTP/1.1 |
6363
| Missing Content Length header for POST request | Self Explanatory |
6464
| Invalid HTTP Method | **GET123** /index.html HTTP/1.1 |
65-
| Duplicate Headers | Authorization:\<base64 encoded content\>,Authorization: \<base64 encoded content\> |
65+
| Duplicate Headers | Authorization:\<base64 encoded content\>, Authorization: \<base64 encoded content\> |
6666
| Invalid value in Content-Length | Content-Length: **abc**,Content-Length: **-10**|
6767

6868
For cases when mutual authentication is configured, several scenarios can lead to an HTTP 400 response being returned the client, such as:

0 commit comments

Comments
 (0)