<?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: URL encoding of the where and outFields... in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/url-encoding-of-the-where-and-outfields/m-p/692693#M6156</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We're investigating this. Thanks for reporting.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Nov 2012 15:45:34 GMT</pubDate>
    <dc:creator>NimeshJarecha</dc:creator>
    <dc:date>2012-11-02T15:45:34Z</dc:date>
    <item>
      <title>URL encoding of the where and outFields...</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/url-encoding-of-the-where-and-outfields/m-p/692690#M6153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;High level question here...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have some code that utilizes both the iOS ArcGIS (2.3.2) library and the Silverlight (2.4) library.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For identical queries these libraries product different URLs, specifically, the Windows library encodes the "=" and "," where the iOS library does NOT.&amp;nbsp; Is there a valid reason for this?&amp;nbsp; The inconsistency is messing up a proxy we are setting up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kenny.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 20:14:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/url-encoding-of-the-where-and-outfields/m-p/692690#M6153</guid>
      <dc:creator>KennethGoers</dc:creator>
      <dc:date>2012-10-22T20:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: URL encoding of the where and outFields...</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/url-encoding-of-the-where-and-outfields/m-p/692691#M6154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Kenny,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please post an example, what is happening and what you expect?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 20:43:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/url-encoding-of-the-where-and-outfields/m-p/692691#M6154</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2012-10-22T20:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: URL encoding of the where and outFields...</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/url-encoding-of-the-where-and-outfields/m-p/692692#M6155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Kenny,&lt;BR /&gt;&lt;BR /&gt;Could you please post an example, what is happening and what you expect?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Nimesh&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would just expect the URLs to be the same for both platforms, instead iOS gives us:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wwwquo.dev.naucountry.com/MappingProxy/0/query?spatialRel=esriSpatialRelIntersects&amp;amp;outFields=AGENCY_ID,ADDRESS&amp;amp;returnGeometry=true&amp;amp;where=AGENCY_ID%20=%2012452932&amp;amp;token=%7b3462a09c-4305-4517-ac1a-93ec771c4db8%7D%7C2012&amp;amp;f=json"&gt;http://wwwquo.dev.naucountry.com/MappingProxy/0/query?spatialRel=esriSpatialRelIntersects&amp;amp;outFields=AGENCY_ID,ADDRESS&amp;amp;returnGeometry=true&amp;amp;where=AGENCY_ID%20=%2012452932&amp;amp;token=%7b3462a09c-4305-4517-ac1a-93ec771c4db8%7D%7C2012&amp;amp;f=json&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Windows/Silverlight gives us this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wwwquo.dev.naucountry.com/MappingProxy/0/query?returnGeometry=true&amp;amp;spatialRel=esriSpatialRelIntersects&amp;amp;where=AGENCY_ID+%3d+12452932&amp;amp;outFields=AGENCY_ID%2cADDRESS&amp;amp;f=json&amp;amp;token=%7b3462a09c-4305-4517-ac1a-93ec771c4db8%7d%7c2012&amp;amp;"&gt;http://wwwquo.dev.naucountry.com/MappingProxy/0/query?returnGeometry=true&amp;amp;spatialRel=esriSpatialRelIntersects&amp;amp;where=AGENCY_ID+%3d+12452932&amp;amp;outFields=AGENCY_ID%2cADDRESS&amp;amp;f=json&amp;amp;token=%7b3462a09c-4305-4517-ac1a-93ec771c4db8%7d%7c2012&amp;amp;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Notice the differences, the extra "&amp;amp;" at the end of the silverlight version, as well as the encoded parameters for '=' and ','&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thoughts?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 20:52:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/url-encoding-of-the-where-and-outfields/m-p/692692#M6155</guid>
      <dc:creator>KennethGoers</dc:creator>
      <dc:date>2012-10-22T20:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: URL encoding of the where and outFields...</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/url-encoding-of-the-where-and-outfields/m-p/692693#M6156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We're investigating this. Thanks for reporting.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2012 15:45:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/url-encoding-of-the-where-and-outfields/m-p/692693#M6156</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2012-11-02T15:45:34Z</dc:date>
    </item>
  </channel>
</rss>

