Select to view content in your preferred language

BasemapGallery Not using HTTPS

545
1
10-24-2011 02:05 PM
JohnLittle1
New Contributor
Despite using HTTPS to refrence the API v2.5 compact
 <script type="text/javascript" src="https://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.5compact"></script>
               var basemaps = new esri.dijit.BasemapGallery({
                    showArcGISBasemaps:true,
                    map:map
                });


Makes a few http calls out to the ArcGIS Gallery. This prompts the unsecure dialog in IE and causes an issue with our users. Any suggestions on how to use the Basemap Gallery and the ArcGIS Gallery maps and have it all be secure?
0 Kudos
1 Reply
derekswingley1
Deactivated User
If you want everything to go over https to avoid IE's warning(s), you can build the basemap gallery manually. Here's an example:  https://servicesbeta.esri.com/demos/https/basemap-gallery.html
0 Kudos