I’m using file path with some front slash in a query param. When the filepath value is changed, the front slashes are encoded to %2F.
Example if filepath value is Project/File.hbs it is changed to Project%2FFile.hbs
Is there any way to display the filepath as it is without encoding.
I don’t believe there is anything you can do, as this is a browser display concern. For example, the latest Firefox decades URIs for easy reading (super handy for karma/mocha tests), but chrome does not.
I could oblivious to something, but… yeah, this is what I’ve observed.
(Sorry this isn’t that helpful)