<?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: Editor, GeometryServiceURL &amp;amp; ProxyURL in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-geometryserviceurl-amp-amp-proxyurl/m-p/724370#M18567</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dave,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I kind of wondered the same thing.&amp;nbsp; I came to the following conclusions, though, that (for now) seem to have satisfied me:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Since the GeometryService doesn't really do anything except pure geometry computations, I felt it probably wasn't necessary to secure it using, say, token-based authentication.&amp;nbsp; It would be one thing if the geometry service exposed my data in some way, but it really doesn't.&amp;nbsp; Because of that, I didn't have any issue leaving it unprotected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) My Editor is associated with a Feature Layer, which I definitely want to protect.&amp;nbsp; I know I can do that by setting its ProxyURL property, so I'm good to go there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since those are the only two services the Editor uses, I was fine with simply securing the feature service, leaving the geometry service as-is, and going from there.&amp;nbsp; I'll make the conjecture that the Editor itself probably doesn't require a ProxyURL property, since all you need to do is provide the proxy URL to the feature layer, and the geometry service, as you have, if you need to do that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It would be interesting, however, to get ESRI's take on this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Brooks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Aug 2010 21:34:14 GMT</pubDate>
    <dc:creator>BrooksShannon</dc:creator>
    <dc:date>2010-08-24T21:34:14Z</dc:date>
    <item>
      <title>Editor, GeometryServiceURL &amp;amp; ProxyURL</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-geometryserviceurl-amp-amp-proxyurl/m-p/724369#M18566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm using a proxyurl to scrub/authenticate any calls made to the server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Editor is missing a proxyurl property, so i set the geometryserviceURL to the proxyurl and concat the geometry service url. &lt;/SPAN&gt;&lt;STRONG&gt;&amp;lt;ProxyUrl&amp;gt;?&amp;lt;geometryServiceURL&amp;gt;.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm guessing that since i'm not using geometryserviceURl for it's intended purpose, any functions are used as parameters. &lt;/SPAN&gt;&lt;STRONG&gt;&amp;lt;proxyurl&amp;gt;?&amp;lt;geometryserviceurl&amp;gt;/reshape&amp;amp;&lt;/STRONG&gt;&lt;SPAN&gt; instead of &lt;/SPAN&gt;&lt;STRONG&gt;&amp;lt;proxyurl&amp;gt;?&amp;lt;geometryserviceurl&amp;gt;/reshape?&lt;/STRONG&gt;&lt;SPAN&gt;. So i have to then replace the "&amp;amp;" with an "?".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have it working fine for now, but i was wondering if the Editor class had any use (or will eventually have any use) for the ProxyUrl?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2010 18:15:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-geometryserviceurl-amp-amp-proxyurl/m-p/724369#M18566</guid>
      <dc:creator>DaveRabrun</dc:creator>
      <dc:date>2010-08-24T18:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Editor, GeometryServiceURL &amp; ProxyURL</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-geometryserviceurl-amp-amp-proxyurl/m-p/724370#M18567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dave,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I kind of wondered the same thing.&amp;nbsp; I came to the following conclusions, though, that (for now) seem to have satisfied me:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Since the GeometryService doesn't really do anything except pure geometry computations, I felt it probably wasn't necessary to secure it using, say, token-based authentication.&amp;nbsp; It would be one thing if the geometry service exposed my data in some way, but it really doesn't.&amp;nbsp; Because of that, I didn't have any issue leaving it unprotected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) My Editor is associated with a Feature Layer, which I definitely want to protect.&amp;nbsp; I know I can do that by setting its ProxyURL property, so I'm good to go there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since those are the only two services the Editor uses, I was fine with simply securing the feature service, leaving the geometry service as-is, and going from there.&amp;nbsp; I'll make the conjecture that the Editor itself probably doesn't require a ProxyURL property, since all you need to do is provide the proxy URL to the feature layer, and the geometry service, as you have, if you need to do that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It would be interesting, however, to get ESRI's take on this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Brooks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2010 21:34:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-geometryserviceurl-amp-amp-proxyurl/m-p/724370#M18567</guid>
      <dc:creator>BrooksShannon</dc:creator>
      <dc:date>2010-08-24T21:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Editor, GeometryServiceURL &amp; ProxyURL</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-geometryserviceurl-amp-amp-proxyurl/m-p/724371#M18568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can't you just prefix the geometry service URL with the proxy URL?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Ie GeometryServiceUrl="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="Http://myserver/proxy.ashx?http://myserver/arcgis/rest/geometryservice" rel="nofollow" target="_blank"&gt;Http://myserver/proxy.ashx?http://myserver/arcgis/rest/geometryservice&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 05:01:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-geometryserviceurl-amp-amp-proxyurl/m-p/724371#M18568</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-08-26T05:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Editor, GeometryServiceURL &amp; ProxyURL</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-geometryserviceurl-amp-amp-proxyurl/m-p/724372#M18569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Oh wait that was what you were trying to do. Good point! I'll see what can be done to remedy this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Until then you can create a proxy that only deals with geometry service requests and automatically sends the query string to a geometry service (that way the geometry service URL won't contain a ?)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 05:03:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-geometryserviceurl-amp-amp-proxyurl/m-p/724372#M18569</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-08-26T05:03:58Z</dc:date>
    </item>
  </channel>
</rss>

