What is/are the external url(s) that GVH reaches out to for the esri javascript API?
I need to provide access to an HTML5 Viewer 2.7.2 application to a secured location (firehouse) whose network traffic is locked down pretty tight. The application is not loading because it can't access the esri javascript files on the web. I need to have IT open up this access but I can't find the url(s) to provide to them in any of the various config files or in the GVH documentation. Can anyone point me in the right direction?
I understand there is setting to in the viewer's index.html that I can set to only use a local copy of the javascript files but this looks like a global setting that will affect all of my viewers and I'm not sure of the consequences of making this change.
0
-
Hi,
The viewer is going to load ESRI API files from the domain below. The version of the API depends on the version of the viewer and will change if you upgrade from 2.7.2. I recommend just telling the HTML5 Viewer to use the local copy of the ESRI API. There should be no impact when making this change.
JS API Domain:
http://js.arcgis.com
Local API Copy (index.html):
// Uncomment the below line to only use local copies of Esri API files. This is done automatically in the Geocortex Mobile App Framework.
var geocortexUseLocalEsriApi = true;
Thanks,
Mike Ketler0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar