<?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 If-None-Match in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/if-none-match/m-p/632237#M59018</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;On some IE browsers I am finding an "If-None-Match" attribute in the GET header of a REST request:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;GET /arcgis/rest/services/VegasTiles/MapServer?f=json&amp;amp;test=test&amp;amp;callback=dojo.io.script.jsonp_dojoIoScript1._jsonpCallback HTTP/1.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Accept: */*&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Referer: &lt;/SPAN&gt;&lt;A href="http://usrcvqa8/DP_ORA2823_CRM/CustomerService/ServiceRequestMapLookup.aspx?PID=gzAju9gp5Z0fPe/jn17SFw=="&gt;http://usrcvqa8/DP_ORA2823_CRM/CustomerService/ServiceRequestMapLookup.aspx?PID=gzAju9gp5Z0fPe/jn17SFw==&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Accept-Language: en-US&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; .NET4.0E)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Accept-Encoding: gzip, deflate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Connection: Keep-Alive&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If-None-Match: 210828728&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Host: usalvqa1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This results in a 304 response with no json body and a javascript error.&amp;nbsp; Is there any way to supress the If-None-Match header?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jun 2011 11:35:57 GMT</pubDate>
    <dc:creator>CoreyAlix</dc:creator>
    <dc:date>2011-06-28T11:35:57Z</dc:date>
    <item>
      <title>If-None-Match</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/if-none-match/m-p/632237#M59018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;On some IE browsers I am finding an "If-None-Match" attribute in the GET header of a REST request:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;GET /arcgis/rest/services/VegasTiles/MapServer?f=json&amp;amp;test=test&amp;amp;callback=dojo.io.script.jsonp_dojoIoScript1._jsonpCallback HTTP/1.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Accept: */*&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Referer: &lt;/SPAN&gt;&lt;A href="http://usrcvqa8/DP_ORA2823_CRM/CustomerService/ServiceRequestMapLookup.aspx?PID=gzAju9gp5Z0fPe/jn17SFw=="&gt;http://usrcvqa8/DP_ORA2823_CRM/CustomerService/ServiceRequestMapLookup.aspx?PID=gzAju9gp5Z0fPe/jn17SFw==&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Accept-Language: en-US&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; .NET4.0E)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Accept-Encoding: gzip, deflate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Connection: Keep-Alive&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If-None-Match: 210828728&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Host: usalvqa1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This results in a 304 response with no json body and a javascript error.&amp;nbsp; Is there any way to supress the If-None-Match header?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 11:35:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/if-none-match/m-p/632237#M59018</guid>
      <dc:creator>CoreyAlix</dc:creator>
      <dc:date>2011-06-28T11:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: If-None-Match</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/if-none-match/m-p/632238#M59019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Disregard this request...the bug is elsewhere in the javascript.&amp;nbsp; Because it is compressed it is difficult to step through.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 12:47:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/if-none-match/m-p/632238#M59019</guid>
      <dc:creator>CoreyAlix</dc:creator>
      <dc:date>2011-06-28T12:47:24Z</dc:date>
    </item>
  </channel>
</rss>

