<?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: Basic Viewer Print Widget in IE in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/34014#M2798</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like it's working for you now. I had a similar issue in IE11 when the doc mode was set to IE9, and also in IE9. Print was working fine in FF, Chrome, Safari, and IE10+ (when not using IE9 doc mode).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem ended up being that I was using a remote proxy, with cross-domain headers in the web.config, so the remote proxy worked just fine in browsers with CORS; however, because the proxy itself required CORS to be served-up, non-CORS browsers (IE9, for example) failed with "access denied." The proxy worked as designed in posting the large json value, but only if the browser was CORS-enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It took me awhile to realize this, but simply moving the proxy to the application server resolved the "access denied" issue. In my case, I had an application at domain1, a GIS Server at domain2, and a proxy on the web adaptor server, domain3. Embedding it in the application on domain1 (referencing via a relative path) removed the need to serve-up the proxy using CORS - now it works as a CORS workaround AND as a 2048 char workaround!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be noted that IE8/9 actually has partial support for CORS, but through XDomainRequest, not XMLHTTPRequest. XDomainRequest isn't supported by the dojo toolkit, hence the need to use a proxy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Feb 2015 16:31:05 GMT</pubDate>
    <dc:creator>ChrisSmith7</dc:creator>
    <dc:date>2015-02-16T16:31:05Z</dc:date>
    <item>
      <title>Basic Viewer Print Widget in IE</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/33991#M2775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The print widget on the basic viewer produces output most of the time on Firefox and Chrome, but on IE the button does nothing and looking in the logs the following error is registered:&lt;/P&gt;&lt;P&gt;Error: esri.config.defaults.io.proxyUrl is not set. If making a request to a CORS enabled server, please push the domain into esri.config.defaults.io.corsEnabledServers.&lt;/P&gt;&lt;P&gt;I'm not using a proxy server and the print service that I'm using is on the same domain as the viewer.&lt;/P&gt;&lt;P&gt;Any thoughts on how to avoid the error and get the print widget working?&lt;/P&gt;&lt;P&gt;Thanks in advance, &lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 18:31:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/33991#M2775</guid>
      <dc:creator>PaulHoeffler</dc:creator>
      <dc:date>2014-12-17T18:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Viewer Print Widget in IE</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/33992#M2776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on the error message it sounds like you need to setup the proxy. Details on how to do so can be found here: &lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/resource-proxy" title="https://github.com/Esri/resource-proxy"&gt;Esri/resource-proxy · GitHub&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 18:13:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/33992#M2776</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2014-12-22T18:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Viewer Print Widget in IE</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/33993#M2777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All services are on the same domain and Chrome and Firefox work fine without the proxy, but for some reason IE won't work without one. I can't reasonably have the proxy server installed on the web server due to institutional barriers; I'll play around with it some more, but any further thoughts on why IE is having trouble would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 07:15:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/33993#M2777</guid>
      <dc:creator>PaulHoeffler</dc:creator>
      <dc:date>2014-12-30T07:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Viewer Print Widget in IE</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/33994#M2778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is your version of IE? Personally, Print may have bugs with IE 9.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within my organization, the Print widget is not working in IE 9, but fine in IE 11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls contact ESRI via the remedy for investigation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 09:25:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/33994#M2778</guid>
      <dc:creator>larryzhang</dc:creator>
      <dc:date>2014-12-30T09:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Viewer Print Widget in IE</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/33995#M2779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which version of IE? CORs support wasn't added until IE10. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://caniuse.com/#feat=cors" title="http://caniuse.com/#feat=cors"&gt;http://caniuse.com/#feat=cors&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 16:59:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/33995#M2779</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2014-12-30T16:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Viewer Print Widget in IE</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/33996#M2780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Larry,&lt;/P&gt;&lt;P&gt;Thank you for your response, it is IE 9. Unfortunately most of the machines within our organization are running IE 9, if someone is going to be using IE. Hopefully most are using Chrome, which is the other option here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 17:23:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/33996#M2780</guid>
      <dc:creator>PaulHoeffler</dc:creator>
      <dc:date>2014-12-30T17:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Viewer Print Widget in IE</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/33997#M2781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is IE 9, and unfortunately that's the version of IE that will be on most employees' machines here. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the web server hosting the viewer is on the same domain as the ArcGIS server hosting the web map export task I didn't think that I was using CORS - I may have a misunderstanding here? &lt;/P&gt;&lt;P&gt;If that's the case I'll read up on it further.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 17:26:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/33997#M2781</guid>
      <dc:creator>PaulHoeffler</dc:creator>
      <dc:date>2014-12-30T17:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Viewer Print Widget in IE</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/33998#M2782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If all the requests are to the same domain as the application then you don't have any cross domain requests and will not need a proxy. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;However based on the error message you are seeing I suspect there is a cross domain request happening and it needs the proxy. In general its a good idea to setup a proxy and refer to it in your app. Then if needed it will use the proxy and if not needed it ignores it. I understand that this may not be possible in all organizations but it might be worth looking into it to see if you can get permissions to install the proxy on your web server. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 17:40:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/33998#M2782</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2014-12-30T17:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Viewer Print Widget in IE</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/33999#M2783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I recognize that there are a number of benefits to using the proxy and I'll see about the possibility of having it installed, but security on the servers is rather tight.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The part that doesn't make sense to me is that the web export task is hosted internally and is not working (just in IE), but the geocoder that is hosted on ESRI servers (cross domain from the viewer) works fine. I tried switching the viewer to the ESRI web export task and it throws the same CORS/proxyURL error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for taking the time to look at this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 18:01:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/33999#M2783</guid>
      <dc:creator>PaulHoeffler</dc:creator>
      <dc:date>2014-12-30T18:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Viewer Print Widget in IE</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/34000#M2784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just realized that some of the layers in the map won't display in IE9 but work fine in Chrome and Firefox, I think I'll just have to advise people not to use the viewer with IE9. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for taking the time, I know how maddening browser-specific issues are.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 18:10:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/34000#M2784</guid>
      <dc:creator>PaulHoeffler</dc:creator>
      <dc:date>2014-12-30T18:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Viewer Print Widget in IE</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/34001#M2785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Strange about the layers not displaying in IE9. Any errors in the developer console? Perhaps this is worth logging a call to support so they can help troubleshoot the issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You asked why the geocoder worked but not the print task so thought I'd provide more info. Here's an old &lt;A _jive_internal="true" href="https://community.esri.com/thread/77399"&gt;thread&lt;/A&gt; by Jian Huang that discusses some of the scenarios when you need a proxy and when you don't. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the use cases he lists the geocode is covered by 2a. You can test this by running one of the &lt;A href="http://https//developers.arcgis.com/javascript/jssamples/locator_simple.html"&gt;geocode samples&lt;/A&gt;&amp;nbsp; in IE9 while using something like Fiddler to inspect the network traffic and look for the jsonpCallback that Jian mentions.&amp;nbsp; There's a bit of info in this &lt;A href="http://http//en.wikipedia.org/wiki/Cross-origin_resource_sharing"&gt;wikipedia article&lt;/A&gt; on jsonp vs cors. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 18:28:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/34001#M2785</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2014-12-30T18:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Viewer Print Widget in IE</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/34002#M2786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the links, I'm reading them over now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I find that with the print widget in Chrome and Firefox sometimes I get the output I expect, but often I don't get any output, and looking further I see there are CORS errors there - odd that it's sporadic, but I'll try to get the server-side CORS support and/or proxy installed on this end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do get a laundry list of errors in all browsers when the viewer loads, but I had been ignoring them to this point since it was functioning as expected. If you think they're relevant I'll post them, although please let me know if another thread or space would be more appropriate - I'm also looking into our organizational information for calling support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 20:20:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/34002#M2786</guid>
      <dc:creator>PaulHoeffler</dc:creator>
      <dc:date>2014-12-30T20:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Viewer Print Widget in IE</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/34003#M2787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;paul,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Ask ESRI via the remedy so that they log ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Print widget (not working with IE9) should have a bug, personally.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2014 04:03:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/34003#M2787</guid>
      <dc:creator>larryzhang</dc:creator>
      <dc:date>2014-12-31T04:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Viewer Print Widget in IE</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/34004#M2788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;kelly &amp;amp; paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unlike 3D scene (requiring IE 11 or any WebGL-enabled browser like Chrome), the Print widget (not working with IE9) is certainly a bug. Personally,&amp;nbsp; configuring the proxy or not should not be a cause for IE 9 not working (but IE 11 working).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+++++++++++&lt;/P&gt;&lt;P&gt;In fact, in most of the organizations,&amp;nbsp; Chrome is not allowed (because of the security issues), and IE 9/10 is still a standard web browser...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2014 04:14:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/34004#M2788</guid>
      <dc:creator>larryzhang</dc:creator>
      <dc:date>2014-12-31T04:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Viewer Print Widget in IE</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/34005#M2789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I should have CORS support enabled on the server today and will report back on how it affects the issues in the browsers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I'm facing a more serious issue that the viewer does not fully load when one of the map layers is broken. I haven't been able to update the viewer code to the latest release yet, and don't know if it had any major changes that might address that. I noticed that a bit ago the API went from 3.11 to 3.12 and might try that first.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2014 16:43:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/34005#M2789</guid>
      <dc:creator>PaulHoeffler</dc:creator>
      <dc:date>2014-12-31T16:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Viewer Print Widget in IE</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/34006#M2790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Larry &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've done some testing with the print widget in IE9 and in my testing it works fine. There may be an issue in some scenarios that need to be resolved but we'd need more details on your particular situation.&amp;nbsp;&amp;nbsp; For example do you have a proxy setup and have you verified that the proxy is working? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2014 17:48:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/34006#M2790</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2014-12-31T17:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Viewer Print Widget in IE</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/34007#M2791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Basic Viewer doesn't have logic included to handle invalid layers. If the map contains invalid layers it won't load even in the most current version of the template. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2014 17:49:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/34007#M2791</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2014-12-31T17:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Viewer Print Widget in IE</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/34008#M2792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx, Kelly&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The proxy setting in IE 9 is set up and controlled by the corporate Internet security personnel (not by workstation users). The proxy server is running fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kelly,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you think it would be fine for IE 9 (Print widget), if we request IT to remove the restriction on ArcGIS Online from the company proxy server? If so, what kind of specific justifications (related to the Print widget from Web AppBuilder in ArcGIS Online) should be provided to Internet security to take actions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+++++++++++&lt;/P&gt;&lt;P&gt;It looks that: when the same proxy is applied onto IE 11, the Print widget works; but not works for IE 9…&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do anyone else have same scenario?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jan 2015 05:06:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/34008#M2792</guid>
      <dc:creator>larryzhang</dc:creator>
      <dc:date>2015-01-01T05:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Viewer Print Widget in IE</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/34009#M2793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kelly, does a property such as loaded or loadError exist for &lt;SPAN class="pln" style="color: #000000;"&gt;operationalLayers or a subset thereof? I'm not that familiar with the JS API and trying to add such logic, if possible, to keep invalid layers from the layers array within the _addLayers function. I realize this may not be possible. Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jan 2015 01:29:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/34009#M2793</guid>
      <dc:creator>PaulHoeffler</dc:creator>
      <dc:date>2015-01-03T01:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Viewer Print Widget in IE</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/34010#M2794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To be clear on the cross-domain issues, see &lt;A href="http://en.wikipedia.org/wiki/Same-origin_policy#Origin_determination_rules" title="http://en.wikipedia.org/wiki/Same-origin_policy#Origin_determination_rules"&gt;Same-origin policy &lt;/A&gt;for more information about same origin policy (i.e. a request from a page on web.mycompany.com to gis.mycompany.com is considered cross-domain).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 23:44:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basic-viewer-print-widget-in-ie/m-p/34010#M2794</guid>
      <dc:creator>HeikoHeijenga</dc:creator>
      <dc:date>2015-01-09T23:44:28Z</dc:date>
    </item>
  </channel>
</rss>

