<?xml version="1.0"?>
<rss version="2.0">
<channel>
  <title>Gregg Bolinger - ajax tag</title>
  <link>http://www.greggbolinger.com/blog/tags/ajax/</link>
  <description></description>
  <language>en</language>
  <copyright>Gregg Bolinger</copyright>
  <lastBuildDate>Tue, 18 Nov 2008 15:58:00 GMT</lastBuildDate>
  <generator>Pebble (http://pebble.sourceforge.net)</generator>
  <docs>http://backend.userland.com/rss</docs>
  
  
  <item>
    <title>JQuery Tip: Recognizing AJAX Requests on the Server</title>
    <link>http://www.greggbolinger.com/blog/2008/07/31/1217540280000.html</link>
    
      
        <description>
          &lt;p&gt;
I discovered an interesting gem today while inspecting the header data for a web application I am working on.  When you use JQuery to send an AJAX request to the server, JQuery places a nice little header entry:
&lt;p&gt;
&lt;p&gt;
X-Requested-With : XMLHttpRequest
&lt;/p&gt;
&lt;p&gt;
Before, I would typically just stick something in the request params to signify an AJAX request.  This is not life changing or anything by any means but it sure was nice of the JQuery folks to do this for me.  Now I don&#039;t have to do it myself.
&lt;/p&gt;
        </description>
      
      
    
    
    
    <comments>http://www.greggbolinger.com/blog/2008/07/31/1217540280000.html#comments</comments>
    <guid isPermaLink="true">http://www.greggbolinger.com/blog/2008/07/31/1217540280000.html</guid>
    <pubDate>Thu, 31 Jul 2008 21:38:00 GMT</pubDate>
  </item>
  
  </channel>
</rss>
