sanic-org / sanic-routing

Internal handler routing for Sanic beginning with v21.3.
https://sanicframework.org/
MIT License
14 stars 11 forks source link

Unquoted URLs should be case-insensitive #71

Open ahopkins opened 1 year ago

ahopkins commented 1 year ago

It seems that browsers and the stdlib unquote both use uppercase, but curl and probably other implementations get a 404 when sending lowercase.