Esri / arcgis-viewer-silverlight

Source code for the ArcGIS Viewer for Silverlight
http://links.esri.com/slviewer
Microsoft Public License
12 stars 12 forks source link

Fall back to proxy when layers fail to initialize #37

Closed zwaap closed 9 years ago

zwaap commented 9 years ago

Failure of layers to initialize is often caused by missing crossdomain.xml/clientaccesspolicy.xml files or attempts to access resources cross-scheme (http from https or vice versa). Proxy endpoints are commonly used to circumvent such issues. If a Viewer application has a proxy URL set, the Viewer should attempt to re-initialize layers that have failed initialization using the specified proxy.

pMaske commented 9 years ago

Verified.