<?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: Crossdomain.xml behind a Reverse Proxy in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-behind-a-reverse-proxy/m-p/735387#M16284</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is some more info:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My widget calls a .NET / SOAP API web service on gisweb1.&amp;nbsp; The widget xml has a bunch of SOAP-based map service URLs which are read into an object and sent to the web service.&amp;nbsp; I guess you are saying that I can't use the internal web site name in the URLs even though they are never actually used or referenced in the actionscript?&amp;nbsp; So this means I have to route the web service back through the Reverse Proxy to get to the map services?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Michele&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Sep 2010 20:36:52 GMT</pubDate>
    <dc:creator>MicheleDunham</dc:creator>
    <dc:date>2010-09-29T20:36:52Z</dc:date>
    <item>
      <title>Crossdomain.xml behind a Reverse Proxy</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-behind-a-reverse-proxy/m-p/735385#M16282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a widget in SFV1.3 that's triggering the flash player to check the web server for a crossdomain.xml file.&amp;nbsp; I get this error message which indicates the flash player can't find the crossdomain.xml file...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;RPCFault faultString = "Security error accessing url" faultcode="Channel.Security.Error" faultDetail = "Destination : Default HTTP"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My web server resides in the Intranet behind a reverse proxy (IIS7 ARR) in the DMZ.&amp;nbsp; I have a crossdomain file in wwwroot directory of the reverse proxy server (don't know if this is necessary) and the internal web / ArcGIS Server with R/RE rights for the IUSR accounts.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I look at the traffic in Fiddler at the time I invoke the widget, I see a 502 Error "Gateway inaccessible..."&amp;nbsp; See attached jpg.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The URL listed with the 502 Error is not the URL for the Reverse Proxy (gis.ventura.org) but is the URL for the internal web server (gisweb1:9112).&amp;nbsp; The Reverse Proxy expects to see gis.ventura.org&amp;nbsp; I don't know how the Flash Player got this URL (must have resolved it somehow off the Reverse Proxy), but I'm guessing there must be a way to override this in the SFV code so it can find the crossdomain.xml?&amp;nbsp; I'm also assuming it is necessary to add a routing rule for the crossdomain file in the Reverse Proxy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have experience with this problem I would sincerely appreciate some guidance here...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Michele&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 20:08:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-behind-a-reverse-proxy/m-p/735385#M16282</guid>
      <dc:creator>MicheleDunham</dc:creator>
      <dc:date>2010-09-29T20:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Crossdomain.xml behind a Reverse Proxy</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-behind-a-reverse-proxy/m-p/735386#M16283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Michele,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; All your code and xml configuration files need to use the gis.ventura.org and not gisweb1:9112. You also need to add the rule to your reverse proxy server to redirect gis.ventura.org/crossdomain.xml to gisweb1:9112/crossdomain.xml. I use a reverse proxy in my configuration and a multi server configuration as well so I should be able to assist with this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 20:17:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-behind-a-reverse-proxy/m-p/735386#M16283</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-09-29T20:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Crossdomain.xml behind a Reverse Proxy</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-behind-a-reverse-proxy/m-p/735387#M16284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is some more info:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My widget calls a .NET / SOAP API web service on gisweb1.&amp;nbsp; The widget xml has a bunch of SOAP-based map service URLs which are read into an object and sent to the web service.&amp;nbsp; I guess you are saying that I can't use the internal web site name in the URLs even though they are never actually used or referenced in the actionscript?&amp;nbsp; So this means I have to route the web service back through the Reverse Proxy to get to the map services?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Michele&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 20:36:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-behind-a-reverse-proxy/m-p/735387#M16284</guid>
      <dc:creator>MicheleDunham</dc:creator>
      <dc:date>2010-09-29T20:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Crossdomain.xml behind a Reverse Proxy</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-behind-a-reverse-proxy/m-p/735388#M16285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Michele,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Yep, I do the same with my .Net web services.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 20:46:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-behind-a-reverse-proxy/m-p/735388#M16285</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-09-29T20:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Crossdomain.xml behind a Reverse Proxy</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-behind-a-reverse-proxy/m-p/735389#M16286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again!&amp;nbsp; It's working now!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to mark this questioned as answered on this new forum?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Michele&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 21:21:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-behind-a-reverse-proxy/m-p/735389#M16286</guid>
      <dc:creator>MicheleDunham</dc:creator>
      <dc:date>2010-09-29T21:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Crossdomain.xml behind a Reverse Proxy</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-behind-a-reverse-proxy/m-p/735390#M16287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Michele:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What exactly did you need to do in regards to the crossdomain.xml file in order to get past the 502 Error?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you need to specify a rule in the Reverse Proxy server for the crossdomain.xml file?&amp;nbsp; If so, which rule did you use to pass the crossdomain.xml file?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your specific assistance is greatly appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2012 19:06:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-behind-a-reverse-proxy/m-p/735390#M16287</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2012-07-05T19:06:39Z</dc:date>
    </item>
  </channel>
</rss>

