Proxy ULR on button click without chaning root URL

0
We have some abc.com url for mendix app. On buttonclick it should proxy to xyz.com(with parameters) without changing root URL. How can we implement this?? Thanks, Omkar
asked
2 answers
0

I think you have to do it through the enviroment settings in your mendix application. 

I think it will be in the domains settings

 

answered
0

Hello,

 

You may add a button and set onclick as Open link.

 

By using this you may use the static url or you can pass the parameter using the attribute value.

 

Hope this helps.!

 

answered