Button for URL which is not begin with http://

Good day,
I would like to add a button to bring up the new browser and excute following URL, when I did that ,it is only going to blank page.

upvapi://http://66.11.11.147/ProjModel/SG6651/UPV/UPV_SG6651/SG6651_UPV/?OID=00013885-0000-0000-B006-3AEDD4643305&CMD!Fit&CMD!Highlight&CMD!Select

This url is to excute api (3D viewer) for viewing specific 3D object.
When I copy and paste this url to browser directly, it is successfully bring the api and open
the 3D viewer. But it is not working when I put this url as variable to button’s on-click option.

Maybe this is because the URL is not starting with HTTP:// ?
Is there any solution for this?

Until that is supported, I would recommend implementing an application that redirects to the desired URL. For instance, you could use a slate app with an event for slate.ready to slate.redirectToUrl. I hope that works for your environment.

1 Like