UTM parameter cleanup
A marketer needs to encode a landing page URL before passing it as a nested redirect parameter.
Inputs
- Input text: https://example.com/pricing?plan=pro®ion=eu
Steps
- Apply percent encoding to characters that need escaping inside a URL component
Result
- The encoded output can be placed safely inside another URL.