“&” in target URL gets encoded as “&” in redirected URL
-
(I’m using machine translation, so I apologize if this is a strange expression.)
If you set multiple parameters connected by “&” in the target URL, the “&” characters will be encoded as “&” in the redirected URL after accessing the short link.
For example:
- Set https://example.com?param1=abc¶m2=abc as the target URL and save the short link
- Access the generated short link
- The page displayed is as expected, but the address bar shows https://example.com?param1=abc&param2=abc
I realize this could be solved by adding the parameters directly to the short link and enabling parameter passing, but I want to shorten URLs that contain long parameters.
Is there a solution?
Or is there a planned update to prevent the ‘&’ from being encoded as ‘&’?If the encoding is enforced for security reasons, I’ll do my best to convince the operations team.
You must be logged in to reply to this topic.