<?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: Blocking .xml files from being visable in web dubugger programs ie: Fiddler in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/blocking-xml-files-from-being-visable-in-web/m-p/349698#M9936</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Tim-&lt;BR /&gt;&lt;BR /&gt;Thanks for your response. Yes, this would block those types of files from being displayed in Fiddler for computers I have access to, but not client computers. My goal would be to block the visability of .xml files from everybody thus keeping the tokens truly secure from everyone who had access to the application. &lt;BR /&gt;&lt;BR /&gt;~Matt&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You know the client being able to see the Token in the config is no big deal right? The token is tied to either the Referrer IP or the Referrer URL. If an attacker has access to use either of those as a proxy to your ArcGIS Server box, you have a more serious problem on your hands.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Of course you can "hide" the tokens and not even use them in the config by hard-coding them in the source code which gets compiled into the index.swf. (The .swf can certainly be decompiled by the way).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This won't really matter because the token will be seen going over the wire anyways. And like mentioned before, this token is no big deal.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 May 2013 18:27:01 GMT</pubDate>
    <dc:creator>GISDev1</dc:creator>
    <dc:date>2013-05-31T18:27:01Z</dc:date>
    <item>
      <title>Blocking .xml files from being visable in web dubugger programs ie: Fiddler</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/blocking-xml-files-from-being-visable-in-web/m-p/349693#M9931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am curious if there is any way to block the visibility of .xml files when tracking web traffic in programs such as Fiddler. Attached is a screen shot showing the situation. For instance, I can see the config.xml file for my application in Fiddler which can than be opened. Once opened, the tokens used to pass the secure services through the FlexViewer become visible. I am not using a reverse proxy setup, but not sure if that would resolve the issue. Any thoughts would be greatly appreciated. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 19:17:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/blocking-xml-files-from-being-visable-in-web/m-p/349693#M9931</guid>
      <dc:creator>MattPohl</dc:creator>
      <dc:date>2013-05-22T19:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking .xml files from being visable in web dubugger programs ie: Fiddler</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/blocking-xml-files-from-being-visable-in-web/m-p/349694#M9932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Fiddler can accept regular expressions in it's filter tab.&amp;nbsp; Check the "Show only if URL contains" check box.&amp;nbsp; Enter an expression like "REGEX:(?insx).*[^(css|png|xml)]$" in the text box without quotes. This expression would hide css, png, and xml files.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://fiddler2.com/documentation/KnowledgeBase/Filters"&gt;http://fiddler2.com/documentation/KnowledgeBase/Filters&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 11:24:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/blocking-xml-files-from-being-visable-in-web/m-p/349694#M9932</guid>
      <dc:creator>TimDine</dc:creator>
      <dc:date>2013-05-28T11:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking .xml files from being visable in web dubugger programs ie: Fiddler</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/blocking-xml-files-from-being-visable-in-web/m-p/349695#M9933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tim-&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your response. Yes, this would block those types of files from being displayed in Fiddler for computers I have access to, but not client computers. My goal would be to block the visability of .xml files from everybody thus keeping the tokens truly secure from everyone who had access to the application. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;~Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 11:38:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/blocking-xml-files-from-being-visable-in-web/m-p/349695#M9933</guid>
      <dc:creator>MattPohl</dc:creator>
      <dc:date>2013-05-28T11:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking .xml files from being visable in web dubugger programs ie: Fiddler</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/blocking-xml-files-from-being-visable-in-web/m-p/349696#M9934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;My goal would be to block the visability of .xml files from everybody thus keeping the tokens truly secure from everyone who had access to the application.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;That's not possible.&amp;nbsp; If the "application" can see it, then Fiddler etc can see it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 19:26:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/blocking-xml-files-from-being-visable-in-web/m-p/349696#M9934</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2013-05-29T19:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking .xml files from being visable in web dubugger programs ie: Fiddler</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/blocking-xml-files-from-being-visable-in-web/m-p/349697#M9935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Bjorn, this was my assumption but thought I would ask anyway.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;~Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 19:34:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/blocking-xml-files-from-being-visable-in-web/m-p/349697#M9935</guid>
      <dc:creator>MattPohl</dc:creator>
      <dc:date>2013-05-29T19:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking .xml files from being visable in web dubugger programs ie: Fiddler</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/blocking-xml-files-from-being-visable-in-web/m-p/349698#M9936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Tim-&lt;BR /&gt;&lt;BR /&gt;Thanks for your response. Yes, this would block those types of files from being displayed in Fiddler for computers I have access to, but not client computers. My goal would be to block the visability of .xml files from everybody thus keeping the tokens truly secure from everyone who had access to the application. &lt;BR /&gt;&lt;BR /&gt;~Matt&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You know the client being able to see the Token in the config is no big deal right? The token is tied to either the Referrer IP or the Referrer URL. If an attacker has access to use either of those as a proxy to your ArcGIS Server box, you have a more serious problem on your hands.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Of course you can "hide" the tokens and not even use them in the config by hard-coding them in the source code which gets compiled into the index.swf. (The .swf can certainly be decompiled by the way).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This won't really matter because the token will be seen going over the wire anyways. And like mentioned before, this token is no big deal.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 18:27:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/blocking-xml-files-from-being-visable-in-web/m-p/349698#M9936</guid>
      <dc:creator>GISDev1</dc:creator>
      <dc:date>2013-05-31T18:27:01Z</dc:date>
    </item>
  </channel>
</rss>

