[whatwg/url] the urlencoded spec did not described tuples of which the name includes square brackets (#556)

we use a key-value(tuple) pair which the name end with `[]` to represent a list type in many implementations. 
but the `encodeURIComponent` would decode `[]`to`%5B`and`%5D` just like rfc3986 says.
So I don't know whether it should be standardized or it just depend on server side implementation.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/issues/556

Received on Sunday, 18 October 2020 02:37:31 UTC