<?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: Problem using &amp;gt; or &amp;lt; in REST query in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/problem-using-amp-gt-or-amp-lt-in-rest-query/m-p/588227#M2812</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm having the same problem with accents (�?, é, á, etc) in the query. Query (Get) doesn't work, but Query (Post) works fine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jul 2011 14:26:30 GMT</pubDate>
    <dc:creator>AlexanderKhoroshun</dc:creator>
    <dc:date>2011-07-12T14:26:30Z</dc:date>
    <item>
      <title>Problem using &amp;gt; or &amp;lt; in REST query</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/problem-using-amp-gt-or-amp-lt-in-rest-query/m-p/588224#M2809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We seem to be having a problem using &amp;gt; or &amp;lt; in queries against our ArcGIS Server 10 map services. The problem originally started when trying to set the where clause in the query from our flex application to something like OBJECTID&amp;gt;1. Setting it to something like OBJECTID=12345 works fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I then tried this from the query html page for the rest endpoint and got a similar error when using the Query (Get) button on the page . The Query (Post) button works fine. This also eliminated the problem from being something wrong with the Flex API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From the query page The error basically give the internet explorer page not found error and the URL being sent is &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="http://server1/ArcGIS/rest/services/App_MapServices/Electric_Distribution/MapServer/2/query?text=&amp;amp;geometry=&amp;amp;geometryType=esriGeometryPoint&amp;amp;inSR=&amp;amp;spatialRel=esriSpatialRelIntersects&amp;amp;relationParam=&amp;amp;objectIds=&amp;amp;where=esri_id%3E1&amp;amp;time=&amp;amp;returnIdsOnly=false&amp;amp;returnGeometry=true&amp;amp;maxAllowableOffset=&amp;amp;outSR=&amp;amp;outFields=modified_date&amp;amp;f=html[/url]" rel="nofollow" target="_blank"&gt;http://server1/ArcGIS/rest/services/App_MapServices/Electric_Distribution/MapServer/2/query?text=&amp;amp;geometry=&amp;amp;geometryType=esriGeometryPoint&amp;amp;inSR=&amp;amp;spatialRel=esriSpatialRelIntersects&amp;amp;relationParam=&amp;amp;objectIds=&amp;amp;where=esri_id%3E1&amp;amp;time=&amp;amp;returnIdsOnly=false&amp;amp;returnGeometry=true&amp;amp;maxAllowableOffset=&amp;amp;outSR=&amp;amp;outFields=modified_date&amp;amp;f=html[/url]&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When trying a similar query against one of ESRI's example map services everything seems to work fine. Has anyone else experienced this problem or know of a setting that maybe we missed when setting up the Map Service. Everything worked fine for us at 9.3.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks In Advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 21:57:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/problem-using-amp-gt-or-amp-lt-in-rest-query/m-p/588224#M2809</guid>
      <dc:creator>JamesStreet1</dc:creator>
      <dc:date>2010-08-05T21:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using &gt; or &lt; in REST query</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/problem-using-amp-gt-or-amp-lt-in-rest-query/m-p/588225#M2810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;James,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;does it work when the output format is JSON? or if the character &amp;gt; is not encoded in the url such as:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="http://server1/ArcGIS/rest/services/App_MapServices/Electric_Distribution/MapServer/2/query?text=&amp;amp;geometry=&amp;amp;geometryType=esriGeometryPoint&amp;amp;inSR=&amp;amp;spatialRel=esriSpatialRelIntersects&amp;amp;relationParam=&amp;amp;objectIds=&amp;amp;where=esri_id+" rel="nofollow" target="_blank"&gt;http://server1/ArcGIS/rest/services/App_MapServices/Electric_Distribution/MapServer/2/query?text=&amp;amp;geometry=&amp;amp;geometryType=esriGeometryPoint&amp;amp;inSR=&amp;amp;spatialRel=esriSpatialRelIntersects&amp;amp;relationParam=&amp;amp;objectIds=&amp;amp;where=esri_id+&lt;/A&gt;&lt;SPAN&gt;&amp;gt;+1&amp;amp;time=&amp;amp;returnIdsOnly=false&amp;amp;returnGeometry=true&amp;amp;maxAllowableOff set=&amp;amp;outSR=&amp;amp;outFields=modified_date&amp;amp;f=json&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 21:47:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/problem-using-amp-gt-or-amp-lt-in-rest-query/m-p/588225#M2810</guid>
      <dc:creator>RaviNarayanan</dc:creator>
      <dc:date>2010-08-06T21:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using &gt; or &lt; in REST query</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/problem-using-amp-gt-or-amp-lt-in-rest-query/m-p/588226#M2811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, neither of those two work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 13:07:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/problem-using-amp-gt-or-amp-lt-in-rest-query/m-p/588226#M2811</guid>
      <dc:creator>JamesStreet1</dc:creator>
      <dc:date>2010-08-09T13:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using &gt; or &lt; in REST query</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/problem-using-amp-gt-or-amp-lt-in-rest-query/m-p/588227#M2812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm having the same problem with accents (�?, é, á, etc) in the query. Query (Get) doesn't work, but Query (Post) works fine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 14:26:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/problem-using-amp-gt-or-amp-lt-in-rest-query/m-p/588227#M2812</guid>
      <dc:creator>AlexanderKhoroshun</dc:creator>
      <dc:date>2011-07-12T14:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using &gt; or &lt; in REST query</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/problem-using-amp-gt-or-amp-lt-in-rest-query/m-p/588228#M2813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Akhor,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you solve this problem?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 21:17:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/problem-using-amp-gt-or-amp-lt-in-rest-query/m-p/588228#M2813</guid>
      <dc:creator>evemarwernick</dc:creator>
      <dc:date>2013-01-09T21:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using &gt; or &lt; in REST query</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/problem-using-amp-gt-or-amp-lt-in-rest-query/m-p/588229#M2814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I assume using &amp;amp;gt; or %3E instead of &amp;gt; and &amp;amp;lt; or %3C instead of &amp;lt; would help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 22:04:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/problem-using-amp-gt-or-amp-lt-in-rest-query/m-p/588229#M2814</guid>
      <dc:creator>JustinHunter</dc:creator>
      <dc:date>2013-01-09T22:04:53Z</dc:date>
    </item>
  </channel>
</rss>

