<?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: Legend doesn't work with secure map services in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-doesn-t-work-with-secure-map-services/m-p/112122#M10468</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent work around. Updating the toc.js file worked for me.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Oct 2014 16:35:45 GMT</pubDate>
    <dc:creator>RickHendrickson</dc:creator>
    <dc:date>2014-10-13T16:35:45Z</dc:date>
    <item>
      <title>Legend doesn't work with secure map services</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-doesn-t-work-with-secure-map-services/m-p/112111#M10457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We have secured map services with AGS. I have the proxy.config, proxy.ashx, and web.config in my application. My map layers display OK using the proxy. When I try and display my legend using the proxy map layers they will not display with out a login that comes up. If I enter my user and password the legend displays. I also plugged in my rest services from a unsecured AGS server and the legend displays. I looked up the dijit legend api reference and it doesn't have a parameter for the proxy. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a parameter for the Legend digit that will allow you to use the proxy?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Should the legend use the proxy for the rest service?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;var legend = new esri.dijit.Legend({&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map: map,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; layerInfos: legendLayers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }, "legendDiv");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; legend.startup();&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How anyone experienced this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jimmy Brink&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 12:47:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-doesn-t-work-with-secure-map-services/m-p/112111#M10457</guid>
      <dc:creator>JimmyBrink</dc:creator>
      <dc:date>2011-09-01T12:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Legend doesn't work with secure map services</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-doesn-t-work-with-secure-map-services/m-p/112112#M10458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I know this thread is a bit old, but I am experiencing a similar issue.&amp;nbsp; Legend images show up fine when accessing on the internal LAN and have access to the ArcGIS Server.&amp;nbsp; They do not show up when running everything through the esri proxy (esriConfig.defaults.io.alwaysUseProxy = true;).&amp;nbsp; Using fiddler I can see that all calls go through the proxy, except for the actual legend image requests.&amp;nbsp; The images are trying to be accessed directly through the ArcGIS Server Rest url, not the proxy, so this is the reason they do not show up.&amp;nbsp; I think that this may be a bug in the ESRI ArcGIS JavaScript API/Legend Widget, they are forgetting to check alwaysUseProxy and not sending the request through the proxy, unless there is something else I am missing.&amp;nbsp; Did you ever find a fix or workaround to your issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Simon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 14:18:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-doesn-t-work-with-secure-map-services/m-p/112112#M10458</guid>
      <dc:creator>SimonFisher</dc:creator>
      <dc:date>2011-12-06T14:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Legend doesn't work with secure map services</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-doesn-t-work-with-secure-map-services/m-p/112113#M10459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am seeing this behavior also. I need to force the legend to go through the proxy but not sure how. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ESRI? Your thoughts?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2011 11:00:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-doesn-t-work-with-secure-map-services/m-p/112113#M10459</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-12-28T11:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Legend doesn't work with secure map services</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-doesn-t-work-with-secure-map-services/m-p/112114#M10460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has anyone been successful in getting the legend to work when using the proxy?&amp;nbsp; Or has this been fixed in the latest version of the API? 2.7?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 17:28:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-doesn-t-work-with-secure-map-services/m-p/112114#M10460</guid>
      <dc:creator>SimonFisher</dc:creator>
      <dc:date>2012-02-23T17:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Legend doesn't work with secure map services</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-doesn-t-work-with-secure-map-services/m-p/112115#M10461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Has anyone been successful in getting the legend to work when using the proxy?&amp;nbsp; Or has this been fixed in the latest version of the API? 2.7?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using API v2.8 and I'm still getting this problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone managed to fix it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2012 13:40:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-doesn-t-work-with-secure-map-services/m-p/112115#M10461</guid>
      <dc:creator>BenSayers</dc:creator>
      <dc:date>2012-05-10T13:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Legend doesn't work with secure map services</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-doesn-t-work-with-secure-map-services/m-p/112116#M10462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have an open support ticket with ESRI regarding this issue.&amp;nbsp; I will update this thread when I have the issue resolved.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2012 15:00:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-doesn-t-work-with-secure-map-services/m-p/112116#M10462</guid>
      <dc:creator>SimonFisher</dc:creator>
      <dc:date>2012-05-10T15:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Legend doesn't work with secure map services</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-doesn-t-work-with-secure-map-services/m-p/112117#M10463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using 3.4 and still experience same issue!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any update?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Aimin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 14:36:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-doesn-t-work-with-secure-map-services/m-p/112117#M10463</guid>
      <dc:creator>aiminfan</dc:creator>
      <dc:date>2013-05-06T14:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Legend doesn't work with secure map services</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-doesn-t-work-with-secure-map-services/m-p/112118#M10464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am also experiencing the same issue! We are on API 3.3.&amp;nbsp; We just secured a service with a token and put it in the proxy page. We used the token generator page to get the token. Now the secured service works fine. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But the legend symbology images come up as "x"'s in AGS JS TOC. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The legend itself loads fine, I sent the legend object to its own Accordion pane. But the legend symbology icons are X's in the AGS JS TOC widget. Which is more important. (Still not sure why they don't just include AGS JS TOC in API?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;--update--&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I called ESRI and it is apparently a bug related to IE only. Something regarding "base 64 rasters" or something equally specific, and which all browsers support but IE. He said it's NIM065326: Legend widget does not honor proxy when requesting swatches. &lt;/SPAN&gt;&lt;A href="http://support.esri.com/en/bugs/nimbus/TklNMDY1MzI2" rel="nofollow noopener noreferrer" target="_blank"&gt;http://support.esri.com/en/bugs/nimbus/TklNMDY1MzI2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And to use this workaround: put this into the code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;dojo.connect(map, 'onExtentChange', onZoomEnd);

function onZoomEnd() {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (navigator.appName == 'Microsoft Internet Explorer') {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; timer = setTimeout(function () {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var imgs = dojo.query('.esrilegendLayer &amp;gt; tbody &amp;gt; tr &amp;gt; td &amp;gt; img');
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for (var i = 0; i &amp;lt; imgs.length; i++) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; imgs&lt;I&gt;.src = "http://server/proxy.ashx?" + imgs&lt;I&gt;.src;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }, 100);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
}&lt;/I&gt;&lt;/I&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However the symbols DO load fine in my Legend dijit, just not AGS JS TOC, in IE (only in IE). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Nianwei Liu&amp;nbsp; or anyone familiar with the inner workings of the AGS JS TOC do you know?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone else have any luck?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 06:42:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-doesn-t-work-with-secure-map-services/m-p/112118#M10464</guid>
      <dc:creator>KevinMacLeod1</dc:creator>
      <dc:date>2021-12-11T06:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Legend doesn't work with secure map services</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-doesn-t-work-with-secure-map-services/m-p/112119#M10465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In the &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;TOC.js&lt;/SPAN&gt;&lt;SPAN&gt; file find this function &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-style:italic;"&gt;_getLegendIconUrl: function (legend)&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;SPAN&gt; and replace the url :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG style="font-style: italic;"&gt;// resolve relative url&lt;BR /&gt;src = this.rootLayer.url + '/' + this.serviceLayer.id + '/images/' + src;&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG style="font-style: italic;"&gt;// resolve relative url&lt;BR /&gt;src = 'http://servername/proxy.ashx?' + this.rootLayer.url + '/' + this.serviceLayer.id + '/images/' + src;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;António Sérgio &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Senior Technical Consultant&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ESRI Portugal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 17:30:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-doesn-t-work-with-secure-map-services/m-p/112119#M10465</guid>
      <dc:creator>AntonioSergio</dc:creator>
      <dc:date>2013-09-12T17:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Legend doesn't work with secure map services</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-doesn-t-work-with-secure-map-services/m-p/112120#M10466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;António, thank you.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This worked.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 21:27:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-doesn-t-work-with-secure-map-services/m-p/112120#M10466</guid>
      <dc:creator>KevinMacLeod1</dc:creator>
      <dc:date>2013-09-12T21:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Legend doesn't work with secure map services</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-doesn-t-work-with-secure-map-services/m-p/112121#M10467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used that workaround code, but had to change the ".esrilegendLayer" to ".esriLegendLayer" and then the swatches showed up for me.&amp;nbsp; Also used instead:&lt;/P&gt;&lt;P&gt;map.on("extent-change", onZoomEnd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 14:15:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-doesn-t-work-with-secure-map-services/m-p/112121#M10467</guid>
      <dc:creator>KC</dc:creator>
      <dc:date>2014-08-01T14:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Legend doesn't work with secure map services</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-doesn-t-work-with-secure-map-services/m-p/112122#M10468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent work around. Updating the toc.js file worked for me.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 16:35:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-doesn-t-work-with-secure-map-services/m-p/112122#M10468</guid>
      <dc:creator>RickHendrickson</dc:creator>
      <dc:date>2014-10-13T16:35:45Z</dc:date>
    </item>
  </channel>
</rss>

