Clarify doc about encodedCharacters rejection
This commit is contained in:
parent
351dcbd186
commit
e0e49533ab
2 changed files with 9 additions and 1 deletions
|
|
@ -733,4 +733,7 @@ Here is the list of the encoded characters that are rejected by default, along w
|
|||
| `%3f` or `%3F` | `?` (question mark) | `entryPoints.<name>.`<br/>`.http.encodedCharacters`<br/>`.allowEncodedQuestionMark` |
|
||||
| `%23` | `#` (hash) | `entryPoints.<name>.`<br/>`.http.encodedCharacters`<br/>`.allowEncodedHash` |
|
||||
|
||||
Note: This check is not done against query parameters,
|
||||
but only against the request path as defined in [RFC3986 section-3](https://datatracker.ietf.org/doc/html/rfc3986#section-3).
|
||||
|
||||
Please check out the entrypoint [encodedCharacters option](../routing/entrypoints.md#encoded-characters) documentation for more details.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue