Discussions
Shortening a URL with POST Parameters
about 4 years ago by John Thorpe
I'm trying to shorten a URL with POST parameters (e.g. https://website.com/formdata?first=John&last=Smith&redirectURL=https://mysite.com)
In this example, the "Destination" is returned as "https://mysite.com" instead of the complete URL (as expected).
How do I prevent Rebrandly from interpreting the long URL?