<?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 Other option to using proxy in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/other-option-to-using-proxy/m-p/547946#M50984</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there another way of referencing geometry services or PrintTask using JavaScript other than using proxy? I want to buffer graphics and use PrintTask without using the following code. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;esriConfig.defaults.io.proxyUrl = "&amp;lt;url_to_proxy&amp;gt;"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; esriConfig.defaults.io.alwaysUseProxy = false;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Sep 2014 09:34:09 GMT</pubDate>
    <dc:creator>HabG_</dc:creator>
    <dc:date>2014-09-15T09:34:09Z</dc:date>
    <item>
      <title>Other option to using proxy</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/other-option-to-using-proxy/m-p/547946#M50984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there another way of referencing geometry services or PrintTask using JavaScript other than using proxy? I want to buffer graphics and use PrintTask without using the following code. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;esriConfig.defaults.io.proxyUrl = "&amp;lt;url_to_proxy&amp;gt;"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; esriConfig.defaults.io.alwaysUseProxy = false;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 09:34:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/other-option-to-using-proxy/m-p/547946#M50984</guid>
      <dc:creator>HabG_</dc:creator>
      <dc:date>2014-09-15T09:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Other option to using proxy</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/other-option-to-using-proxy/m-p/547947#M50985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have managed to solve the geometry service without using proxy, just by pointing the new &lt;EM&gt;&lt;STRONG&gt;GeometryService&lt;/STRONG&gt;&lt;/EM&gt; to my ArcGIS Server Geometry Service URL as follows (Note that I have changed the name of my server to 'myserver').&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN&gt;new GeometryService("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://myserver:6080/arcgis/rest/services/Utilities/Geometry/GeometryServer" rel="nofollow" target="_blank"&gt;http://myserver:6080/arcgis/rest/services/Utilities/Geometry/GeometryServer&lt;/A&gt;&lt;SPAN&gt;");&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I still need help with the PrintTask. Can anyone help please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 10:16:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/other-option-to-using-proxy/m-p/547947#M50985</guid>
      <dc:creator>HabG_</dc:creator>
      <dc:date>2014-09-16T10:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Other option to using proxy</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/other-option-to-using-proxy/m-p/547948#M50986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hab,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; To use your own print service the url would be similar:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="unlinked" title="http://gis.calhouncounty.org/arcgis2/rest/services/Utilities/PrintingTools/GPServer"&gt;http://myserver:6080/arcgis/rest/services/Utilities/PrintingTools/GPServer&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 12:37:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/other-option-to-using-proxy/m-p/547948#M50986</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-09-16T12:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Other option to using proxy</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/other-option-to-using-proxy/m-p/547949#M50987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 10:36:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/other-option-to-using-proxy/m-p/547949#M50987</guid>
      <dc:creator>HabG_</dc:creator>
      <dc:date>2014-09-30T10:36:13Z</dc:date>
    </item>
  </channel>
</rss>

