Dear community,
I have implemented a webApp with webappbuilder for developer that use a map from an arcGis server that not have a public IP. I have downloaded the app and published it on my company web server. I have also a portal installation and a web adaptor configured on both.
Obviously this doesn't work; there are several calls to private arcGis server url http://192.168.xyz.xyz/arcgis/..... that not are resolved.
How can I fix this?
The only solution is add a proxy rule on web server for arcgis path so when I add layer on map builded from portal, I use http//public address/arcgis/... rather than http://192.168.xyz.xyz/arcgis/... ?http://192.168.xyz.xyz/arcgis/
Thanks a lot.