mirror of
https://github.com/traefik/traefik.git
synced 2026-06-17 19:09:29 +03:00
Correct encoded characters allowance in entrypoints.md
This commit is contained in:
@@ -232,7 +232,7 @@ By default, Traefik do not reject requests with path containing certain encoded
|
||||
When your backend is not fully compliant with [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986) and notably decode encoded reserved characters in the requets path,
|
||||
it is recommended to set these options to `false` to avoid split-view situation and helps prevent path traversal attacks or other malicious attempts to bypass security controls.
|
||||
|
||||
Here is the list of the encoded characters that are rejected by default:
|
||||
Here is the list of the encoded characters that are allowed by default:
|
||||
|
||||
| Encoded Character | Character |
|
||||
|------------------------------------------------------------------------------------|-------------------------|
|
||||
|
||||
Reference in New Issue
Block a user