top | item 41244791

(no title)

wizerno | 1 year ago

As per RFC 3986 [1], reserved characters such as , and / must be URL encoded.

, is encoded as %2C

/ is encoded as %2F

[1] https://www.rfc-editor.org/rfc/rfc3986

discuss

order

msoad|1 year ago

That's not the question. The question is what if you have an open ended URL param that can also have subpaths?