File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/application-gateway Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ Some common reasons for the request to be non-compliant to RFC are:
59
59
| Missing Host Header | Request doesn't have Host Header |
60
60
| Presence of malformed or illegal character | Reserved characters are ** &,!.** The workaround is to code it as a percentage. For example: %& |
61
61
| 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 |
63
63
| Missing Content Length header for POST request | Self Explanatory |
64
64
| 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\> |
66
66
| Invalid value in Content-Length | Content-Length: ** abc** ,Content-Length: ** -10** |
67
67
68
68
For cases when mutual authentication is configured, several scenarios can lead to an HTTP 400 response being returned the client, such as:
You can’t perform that action at this time.
0 commit comments