Is it possible to mask url of link?

My Wix site is linked to my primary domain,
I have a web app located on another server that my Wix site navigates members to (wixlocation to()).
This works fine, but I want the browser url bar to show my main domain without change, when users are redirected to the web app. My web app is on a subdomain of my main domain - and is SSL secured throughout.
iFrames don’t work for this case.
Any ideas?

1 Like

Hi there,

Did you find any solution? I am facing the same challenge.

Thanks!

No, sadly not.

This might be possible using a Router redirect() . Set up the URL the way you want it to appear, and the redirect function will then handle the redirect to the correct location.

However, you need to realize that once the user is redirected, the URL will reflect the new location. You will need to implement routers on the destination site as well.