<?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: Open Flex site to public in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373885#M10696</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Would anyone be willing to share a working httpd.config file that we could use to compare against ours, which does not launch the flex application?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;my email address is &lt;/SPAN&gt;&lt;A href="mailto:cowen@ci.walla-walla.wa.us"&gt;cowen@ci.walla-walla.wa.us&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Mar 2011 13:38:20 GMT</pubDate>
    <dc:creator>ChrisOwen</dc:creator>
    <dc:date>2011-03-16T13:38:20Z</dc:date>
    <item>
      <title>Open Flex site to public</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373850#M10661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I spke too soon, I was not able to access the flex site outside of the network.&amp;nbsp; I will add the cross domain code in the next thread...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My flex site is ready for public consumption.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone have guidance or hints on how to make the flex site consumable from a public facing IIS server?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the bin-release folder ready to go, I just don't know what is needed from the outward facing IIS server.&amp;nbsp; Do I need to create a crossdomain.xml?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can provide more info if needed...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 21:26:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373850#M10661</guid>
      <dc:creator>ChrisOwen</dc:creator>
      <dc:date>2011-02-10T21:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Open Flex site to public</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373851#M10662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is the code I used for the cross domain.xml&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;cross-domain-policy&amp;gt;
&amp;nbsp; &amp;lt;allow-access-from domain="*" /&amp;gt; 
&amp;nbsp; &amp;lt;site-control permitted-cross-domain-policies="all" /&amp;gt; 
&amp;nbsp; &amp;lt;allow-http-request-headers-from domain="*" headers="*" /&amp;gt; 
 &amp;lt;/cross-domain-policy&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do I have to explicitly define the domain?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 17:17:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373851#M10662</guid>
      <dc:creator>ChrisOwen</dc:creator>
      <dc:date>2021-12-11T17:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Open Flex site to public</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373852#M10663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Your crossdomain.xml file looks right as is, you should just need to put it in your webroot on the server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That being said, we are having a trouble with the data extract widget where it's trying to access the crossdomain.xml file on our internal domain name rather than external DNS name, and we have not yet figured out how to fix that (see &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/23045-DataExtractWidget"&gt;http://forums.arcgis.com/threads/23045-DataExtractWidget&lt;/A&gt;&lt;SPAN&gt; for details)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EDIT: also, make sure that the file name is crossdomain.xml rather than "cross domain.xml" (with a space) as you listed it below.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 16:12:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373852#M10663</guid>
      <dc:creator>JonFisher</dc:creator>
      <dc:date>2011-02-11T16:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Open Flex site to public</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373853#M10664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply Jon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The file name is named correctly and it sits on the wwwroot of the GIS Server box...still nothing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The site is viewable (widgets, etc) but the data just does'nt display.&amp;nbsp; I am going to look at the GIS Server settings, but any ideas are welcome.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 17:45:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373853#M10664</guid>
      <dc:creator>ChrisOwen</dc:creator>
      <dc:date>2011-02-11T17:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Open Flex site to public</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373854#M10665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does any data display (e.g. base maps, ESRI operational layers) but not your own? Or do no map services ever display? It helps to be able to figure out if it's a problem with your map services or the application itself. Post your config.xml file and maybe we can spot something wrong there.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 17:50:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373854#M10665</guid>
      <dc:creator>JonFisher</dc:creator>
      <dc:date>2011-02-11T17:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Open Flex site to public</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373855#M10666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;All of the data comes form our SDE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Attached is the config.XML&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 18:14:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373855#M10666</guid>
      <dc:creator>ChrisOwen</dc:creator>
      <dc:date>2011-02-11T18:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Open Flex site to public</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373856#M10667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;SPAN&gt;the URLs pointing to your map services are incorrect. "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://gis/ArcGIS/rest/services/GISBaseMap_wwcOrtho062/MapServer" rel="nofollow" target="_blank"&gt;http://gis/ArcGIS/rest/services/GISBaseMap_wwcOrtho062/MapServer&lt;/A&gt;&lt;SPAN&gt;" will not resolve properly. You need to replace "gis" with the DNS name of the server (e.g. gis.yourcompany.com).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;An easy test: if you can't load the URL in your config file in a browser (e.g. the one listed above), it won't work in the flex map either.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 18:27:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373856#M10667</guid>
      <dc:creator>JonFisher</dc:creator>
      <dc:date>2011-02-11T18:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Open Flex site to public</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373857#M10668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ah-Ha, let me give that a try...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 18:34:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373857#M10668</guid>
      <dc:creator>ChrisOwen</dc:creator>
      <dc:date>2011-02-11T18:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Open Flex site to public</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373858#M10669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I changed the rest services in the config file to have the complete DNS name, but it still doesn't work from outside the network (it still works internally, so no issue there).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Still trying to fugure this out...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 20:43:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373858#M10669</guid>
      <dc:creator>ChrisOwen</dc:creator>
      <dc:date>2011-02-11T20:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Open Flex site to public</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373859#M10670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Chris,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; What is the url? I will be glad to run a http diagnostic on your site and tell you what is going wrong.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Feb 2011 12:54:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373859#M10670</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-02-14T12:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Open Flex site to public</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373860#M10671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Robert&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://64.35.142.197:8000"&gt;http://64.35.142.197:8000&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Feb 2011 13:52:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373860#M10671</guid>
      <dc:creator>ChrisOwen</dc:creator>
      <dc:date>2011-02-14T13:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Open Flex site to public</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373861#M10672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Chris,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; You shouldn't have a mixture of IP address and server names.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You currently have gis.ci.walla-walla.wa.us in some places and 64.35.142.197:8000 in others. Just use gis.ci.walla-walla.wa.us in all your code and xml files.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Feb 2011 13:56:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373861#M10672</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-02-14T13:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Open Flex site to public</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373862#M10673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The crossdomain.xml is the only place I had the 64.35.142.197:8000 - could this be the culprit?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Feb 2011 14:05:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373862#M10673</guid>
      <dc:creator>ChrisOwen</dc:creator>
      <dc:date>2011-02-14T14:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Open Flex site to public</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373863#M10674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Chris,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Actually the DNS lookup for &lt;/SPAN&gt;&lt;A href="http://gis.ci.walla-walla.wa.us"&gt;http://gis.ci.walla-walla.wa.us&lt;/A&gt;&lt;SPAN&gt; is not working. Do you have IT people that could look at this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Feb 2011 14:12:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373863#M10674</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-02-14T14:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Open Flex site to public</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373864#M10675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'll have them look into this and update the post with the findings.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Feb 2011 16:45:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373864#M10675</guid>
      <dc:creator>ChrisOwen</dc:creator>
      <dc:date>2011-02-14T16:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Open Flex site to public</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373865#M10676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So, it appears the current web server does not have a reverse proxy software/service running and is the reason the rest directories/sites are not able to display - at least that is what we are concluding.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Our approach is to virtualize the existing web server (as not to disrupt the current IIS services) and install a reverse proxy whihc allows http traffic into our network.&amp;nbsp; With that said, does anyone have suggestions for a simple, light-weight reverse proxy?&amp;nbsp; We are running a Windows 2008 server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If anyone has reverse proxy suggestions and some quick reasoning, this would be a tremendous help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 22:06:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373865#M10676</guid>
      <dc:creator>ChrisOwen</dc:creator>
      <dc:date>2011-02-15T22:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Open Flex site to public</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373866#M10677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Chris,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I just use an OLD OLD server that we were going to get rid of and have that in the DMZ with Apache on it for the reverse Proxy server. Apache is one of the ones esri recommended in a white paper I read on reverse proxy configuration for ArcGIS Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Links:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/content/kbase?fa=articleShow&amp;amp;d=32634"&gt;http://resources.arcgis.com/content/kbase?fa=articleShow&amp;amp;d=32634&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://webhelp.esri.com/arcgisserver/9.3/dotnet/index.htm#firewalls_and_server.htm"&gt;http://webhelp.esri.com/arcgisserver/9.3/dotnet/index.htm#firewalls_and_server.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 22:23:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373866#M10677</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-02-15T22:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Open Flex site to public</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373867#M10678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert - this is perfect, a great start.&amp;nbsp; I'll follow up, hopefully at the next level.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 13:47:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373867#M10678</guid>
      <dc:creator>ChrisOwen</dc:creator>
      <dc:date>2011-02-16T13:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Open Flex site to public</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373868#M10679</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;SPAN&gt;So we are working on a reverse proxy (with Apache) for security.&amp;nbsp; I still have nopt been able to access the flex web site from the public side..I installed Fiddler and the error still points to the domain not being accessible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have read that the the crossdomain.xls needs to also be installed on the proxy server.&amp;nbsp; Is this the case?&amp;nbsp; We do not have IIS installed on the proxy server, therefore no wwwroot folder to place the crossdomain.xml, but if this is a requirement, it will be one step closer to making it work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you confirm this requirement?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2011 17:14:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373868#M10679</guid>
      <dc:creator>ChrisOwen</dc:creator>
      <dc:date>2011-03-07T17:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Open Flex site to public</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373869#M10680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Chris,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Put it in the htpdocs folder on the Apache server.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2011 17:25:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-flex-site-to-public/m-p/373869#M10680</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-03-07T17:25:30Z</dc:date>
    </item>
  </channel>
</rss>

