Y
Hacker News
new
|
ask
|
show
|
jobs
by
wizerno
681 days 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
1 comments
msoad
681 days ago
That's not the question. The question is what if you have an open ended URL param that can also have subpaths?
link