It seems like you can use a string that is unlikely to be included in the URL, and then divide it by
It seems like you can use a string that is unlikely to be included in the URL, and then divide it by that string on the server.
For example, if divide is , (comma), you can divide the string A "a.com,b.com,c.com" with A.split(",").
For example, if divide is , (comma), you can divide the string A "a.com,b.com,c.com" with A.split(",").




