Skip to content
Discussion options

You must be logged in to vote

I am observing the same problem. Are you using traefik and have recently upgraded to v3.6.4? It looks like the new update changed some things regarding encoded characters in the request path. See this upgrade notice.

What fixed this for me was adding the allowEncodedSlash: true option to my config. I updated my helm values with the following:

ports:
  websecure:
    http:
      encodedCharacters:
        allowEncodedSlash: true

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Freddy500
Comment options

Answer selected by Freddy500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants