URL redirects are supported, however there's a few restrictions:
- There's no https for domain redirects (since we cannot issue a certificate for it)
- We do not pass the request URL along, only query strings.
If we have two domains: mywebsite.eu and mywebsite.com and wants to redirect mywebsite.eu to mywebsite.com.
If a user would access mywebsite.eu/about-us/contact?utm=campaign
, the redirect will drop the /about-us/contact
but keep ?utm=campaign
. So the new URL will become https://mywebsite.com/?utm=campaign
We cache the redirect for up to 5 minutes.
Note: We will expand on this feature later, to allow forwarding the full request URL.
Comments
0 comments
Please sign in to leave a comment.