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