Proxy access to tiles{s}.arcgis.com

773
3
06-28-2019 12:18 AM
AndrewSander
New Contributor II

Hi,

I have a requirement to secure some tilelayers via the proxy.  The issue is that for standard builds of tiles from a local machine from ArcGIS PRO pushed to ArcGIS Online utilise the service endpoint of 

https://tiles.arcgis.com/tiles/<id here>/arcgis/rest/services/<layer name here>/MapServer

Builds from ArcMap seem to cache the tiles across subdomains: 

https://tiles{s}.arcgis.com/tiles/<id here>/arcgis/rest/services/<layer name here>/MapServer where {s} = 1,2,3,4

Whilst i understand one answer is to always use PRO, how can tiled web services built from ArcMap be secured utilising the proxy?

Thanks

0 Kudos
3 Replies
RobertScheitlin__GISP
MVP Emeritus

Andrew,

   You just add https://*.arcgis.com to your proxy.config

AndrewSander
New Contributor II

Thanks Robert,

Sorry, forgot to mention the proxy.config has several entries for accessing other client's environments, so the wildcard option won't work for us in this case.

Andrew

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Andrew,

the proxy.config has several entries for accessing other client's environments, so the wildcard option won't work for us in this case

This statement make no sense to me. Why would a wildcard for esri arcgis.com or arcgis.com/tiles not work for you?

0 Kudos