6 ms·
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/rfc3
by wizerno 2y 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 https://www.rfc-editor.org/rfc/rfc3986
- msoad 2y agoThat's not the question. The question is what if you have an open ended URL param that can also have subpaths?