On Wed, Jun 24, 2009 at 12:52 PM, Tyler Close<tyler.cl...@gmail.com> wrote: > Hi Jonas, > > I'm just asking what Origin header behavior will be shipped in Firefox > 3.5. You've said redirects of preflighted requests aren't supported, > so I'm wondering about the non-preflighted requests.
It will have the Origin header of the original request. We're considering blocking the request entirely for now though. > Another question, since Firefox doesn't support redirects of > preflighted requests, what does it do when it encounters a redirect? It aborts and denies the original request. For XHR that means raising an error event. / Jonas