Hey @TheDerf did you perhaps see this in connection with traefik
add the following
encodedCharactersblocks to mytraefik.yml:
entryPoints:
http:
address: ":80"
https:
address: ":443"
http:
encodedCharacters:
allowEncodedSlash: true
allowEncodedBackSlash: true
allowEncodedNullCharacter: false
allowEncodedSemicolon: false
allowEncodedPercent: true
allowEncodedQuestionMark: true
allowEncodedHash: false