Matching of special characters in location

Sergey A. Osokin osa at freebsd.org.ru
Mon Nov 9 20:10:44 UTC 2020


On Mon, Nov 09, 2020 at 03:47:13PM +0100, Grzegorz Kulewski wrote:
> Hello,
> 
> Is there any (sane) way to match things like: %e2%80%8b in URL in location?
> Thank you in advance.

Hi Grzegorz,

here is the code snippet (not tested):

location ~ ^/\xE2\x80\x8E {
    return 200 "%e2%80%8b matched\n"/;
}

--
Sergey


More information about the nginx mailing list