Our application is hosted on https://www.domainA.be. On one page we have a button which calls a microflow when clicked on. The microflow decides to show a particular page which only contains the URLRedirector widget, where an url to another domain https://www.domainB/xxxx…. is specified. But the browser blocks this kind of redirect by default. How can we make sure the browser allows this redirect to domainB urls ? So the user doesn’t has to allow it explicitly.
asked
Olivier Vandevoorde
1 answers
0
Since this is a browser setting there is nothing you can do on the Mendix side. You might add some text before you do your redirect to warn users that they need to allow this redirect. Note though that in the URL redirector you can set the option to use a new browser page or the same browser page. If I recollect correctly when you use the same browser page you do not get these kind of problems.