I wanted to allow the extra character / (a forward slash).
I attempted to use custom: [ '/' ] however this did not work.
The only solution I found currently was uric: true, but that does not satisfy my requirements, since I only want to allow the / and not all other URI characters.
I wanted to allow the extra character
/
(a forward slash).I attempted to use
custom: [ '/' ]
however this did not work.The only solution I found currently was
uric: true
, but that does not satisfy my requirements, since I only want to allow the/
and not all other URI characters.@pid how do we solve this?