<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Cross URL ArcGIS Server in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/cross-url-arcgis-server/m-p/716958#M18434</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I should note that the URL we are using is utilizing SSL and our ArcGIS Service is not using SSL.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cross domain support over SSL needs to be explicetly authorized in the ClientAccessPolicy file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;access-policy&amp;gt;
 &amp;lt;cross-domain-access&amp;gt;

&amp;lt;policy&amp;gt;
 &amp;lt;allow-from http-request-headers="*"&amp;gt;
 &amp;lt;domain uri="http://*"/&amp;gt;
&lt;STRONG&gt;&amp;lt;domain uri="https://*"/&amp;gt;&lt;/STRONG&gt;
 &amp;lt;/allow-from&amp;gt;
 &amp;lt;grant-to&amp;gt;
 &amp;lt;resource path="/" include-subpaths="true"/&amp;gt;
 &amp;lt;/grant-to&amp;gt;
 &amp;lt;/policy&amp;gt;

&amp;lt;/cross-domain-access&amp;gt;
 &amp;lt;/access-policy&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure of the syntax with CrossDomain but I guess there is something similar.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 06:42:04 GMT</pubDate>
    <dc:creator>DominiqueBroux</dc:creator>
    <dc:date>2021-12-12T06:42:04Z</dc:date>
    <item>
      <title>Cross URL ArcGIS Server</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/cross-url-arcgis-server/m-p/716956#M18432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We are developing a Silverlight product where by default we use the Bing imagery, but optionally, clients can utilize their own ArcGIS Server services.&amp;nbsp; I am aware that this requires having either the "clientaccesspolicy.xml" or "crossdomain.xml" files.&amp;nbsp; Currently, we have created a crossdomain.xml that is WIDE open for testing purposes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;?xml version="1.0"?&amp;gt;
&amp;lt;!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd"&amp;gt;
&amp;lt;cross-domain-policy&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;site-control permitted-cross-domain-policies="all"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;allow-access-from domain="*"/&amp;gt;
&amp;lt;/cross-domain-policy&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The issue we are seeing, is that when the Silverlight application is hosted from &lt;/SPAN&gt;&lt;A href="http://admin.aaaaa.com" rel="nofollow noopener noreferrer" target="_blank"&gt;http://admin.aaaaa.com&lt;/A&gt;&lt;SPAN&gt; and the ArcGIS Server is located at &lt;/SPAN&gt;&lt;A href="http://something.bbbbb.com" rel="nofollow noopener noreferrer" target="_blank"&gt;http://something.bbbbb.com&lt;/A&gt;&lt;SPAN&gt; we notice that the ESRI out of the box legend properly shows all the layers for the service in addition to the extents they are enabled.&amp;nbsp; The problem is that once we zoom into the extent that service should be showing data for (ie. the layers should be visible &amp;amp; the legend acknowledges this too), the map data never shows up.&amp;nbsp; I used Fiddler, and found that the point in which the data was available for the current extent, there was no HTTP request to the ArcGIS Server service.&amp;nbsp; When I open the ESRI legend, I see the HTTP request to the ArcGIS Service.&amp;nbsp; Everything works properly when running it from my developer environment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My question is, what else am I missing that would cause ArcGIS Service data to not be loaded on the map?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EDIT: I should note that the URL we are using is utilizing SSL and our ArcGIS Service is not using SSL.&amp;nbsp; In addition, I discovered that a FeatureServer that an employee created through ArcGIS Online DOES work with our application, but the ESRI World Streets Basemap does not.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 06:42:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/cross-url-arcgis-server/m-p/716956#M18432</guid>
      <dc:creator>NicholasGosselin</dc:creator>
      <dc:date>2021-12-12T06:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Cross URL ArcGIS Server</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/cross-url-arcgis-server/m-p/716957#M18433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This seems like you have a proxy problem.&amp;nbsp; Take a look at this help page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//015400000309000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//015400000309000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are a few other threads in this forum about proxy issues.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2012 20:05:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/cross-url-arcgis-server/m-p/716957#M18433</guid>
      <dc:creator>ChrisBradberry</dc:creator>
      <dc:date>2012-10-31T20:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Cross URL ArcGIS Server</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/cross-url-arcgis-server/m-p/716958#M18434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I should note that the URL we are using is utilizing SSL and our ArcGIS Service is not using SSL.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cross domain support over SSL needs to be explicetly authorized in the ClientAccessPolicy file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;access-policy&amp;gt;
 &amp;lt;cross-domain-access&amp;gt;

&amp;lt;policy&amp;gt;
 &amp;lt;allow-from http-request-headers="*"&amp;gt;
 &amp;lt;domain uri="http://*"/&amp;gt;
&lt;STRONG&gt;&amp;lt;domain uri="https://*"/&amp;gt;&lt;/STRONG&gt;
 &amp;lt;/allow-from&amp;gt;
 &amp;lt;grant-to&amp;gt;
 &amp;lt;resource path="/" include-subpaths="true"/&amp;gt;
 &amp;lt;/grant-to&amp;gt;
 &amp;lt;/policy&amp;gt;

&amp;lt;/cross-domain-access&amp;gt;
 &amp;lt;/access-policy&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure of the syntax with CrossDomain but I guess there is something similar.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 06:42:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/cross-url-arcgis-server/m-p/716958#M18434</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2021-12-12T06:42:04Z</dc:date>
    </item>
  </channel>
</rss>

