Re: [qooxdoo-devel] About keeping X-Requested-With header in qx.io.remote.Request.js

2008-09-20 Thread mansay
Derrell Lipman wrote: > > On Tue, Sep 16, 2008 at 7:05 PM, Mansay <[EMAIL PROTECTED]> wrote: > > Hi. I can understand your preference to have the extra header added by > Request. We're actually, though, trying to reduce network traffic and > have > looked

[qooxdoo-devel] About keeping X-Requested-With header in qx.io.remote.Request.js

2008-09-16 Thread Mansay
quot;)); + // NOTE: Allow for Rails ajax call recognition (mansay) +this.setRequestHeader("X-Requested-With", "XMLHttpRequest-qooxdoo"); + // Get the next sequence number for this request this._seqNum = ++qx.io.remote.Request._seqNum; }, =