grammars-v4 icon indicating copy to clipboard operation
grammars-v4 copied to clipboard

Allow multiple slashes in URL path

Open bendrissou opened this issue 1 year ago • 0 comments

Hi,

Common URL parsers such as curl allow multiple consecutive slashes in the URLs.

e.g. https://google.com////s

However, the current URL grammar does not support this feature.

bendrissou avatar Feb 09 '24 10:02 bendrissou