diff --git a/docs/content/migration/v2.md b/docs/content/migration/v2.md index db2936b00..ede92005e 100644 --- a/docs/content/migration/v2.md +++ b/docs/content/migration/v2.md @@ -717,7 +717,7 @@ However, it can be re-enabled by setting the `multipathtcp` variable in the GODE ## v2.11.32 -## Encoded Characters in Request Path +### Encoded Characters in Request Path Since `v2.11.32`, for security reasons Traefik now rejects requests with a path containing a specific set of encoded characters by default. When such a request is received, Traefik responds with a `400 Bad Request` status code. diff --git a/docs/content/security/request-path.md b/docs/content/security/request-path.md index dbada1873..382b10d64 100644 --- a/docs/content/security/request-path.md +++ b/docs/content/security/request-path.md @@ -1,5 +1,5 @@ --- -title: "Request Path Security" +title: "Request Path" description: "Learn how Traefik processes and secures request paths through sanitization and encoded character filtering to protect against path traversal and injection attacks." ---