Is there an easy way to create a simple URL for the Experience Builder Apps in Portal for ArcGIS using IIS. I am using an inbuilt app and not developer edition.
My Web context URL currently follows the structure https://myportal.myorg.com/portal and the Exp Builder App URL is https://myportal.myorg.com/portal/apps/experiencebuilder/experience/?id=xxxxxxxxxxxxxxxxxxxx
I dont wish to use the share widget since it creates a generic arcgis short url, I am thinking of creating a virtual directory in IIS and having a html page that auto rediects to my Exp Builder app upon load, so my App URL would be something like https://myportal.myorg.com/Myapp/index.html
Any better and more efficient ways of doing this ?
This is pretty rudimentary but you could always create a a skeleton HTML file, with your desired URL, and then just iframe the EB app inside it.