Discussions

Ask a Question
Back to All

Shortening a URL with POST Parameters

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?