Making Perspective URL not case sensitive

Is there a setting, or trick to make the perspective URL case insensitive?

Example:
If the project name is “Project”:
https://domain.com/data/perspective/client/Project - :heavy_check_mark:

https://domain.com/data/perspective/client/project - :x:

I would like to have any case of upper or lower case work. :crossed_fingers:

Running on ubuntu OS.

I doubt it, Linux from what I understand is a case sensitive OS. Maybe use "url".lower()?

The URL standard is case sensitive. It isn’t a Linux thing. You’ll need a proxy in front of Ignition to rewrite your urls if you insist on this.