On Fri, Feb 25, 2022 at 11:57 AM Tim Düsterhus <[email protected]> wrote: > As far as I can tell currently this is only possible to achieve as a > side-effect of the 'percent-*' normalizers of http-request normalize-uri: > > http-request normalize-uri percent-to-uppercase strict > > will reject requests with invalid percent-encoding (and at the same time > also uppercase the A-F characters in percent encoding).
Thanks Tim, exactly what I was looking for!

