﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
12527	Loss of some HTTP headers	tweksteen	nobody	"I've tried to isolate one bug I have on my blog which is that, sometimes, Django just drop some HTTP headers.


I don't really know if it is the Django fault but here is how to reproduce the bug:[[BR]]

- A simple view, which returns the string 'ajax' when the request is an ajax one, otherwise, 'not' is returned.[[BR]]

- A Jquery script that call this views each t milliseconds (the bug appears, for both t=100 and t=1000). 



After a quick analyze, I think this is coming from the way Django handle the request:[[BR]]

- According to firebug, the header ""X-Requested-With"" is correctly filled but [[BR]]

- when I print request.meta in the view, this header has just disappears.[[BR]]

I don't have the knowledge to extract the raw request as soon as Django gets it, so I cannot go any further.
"		closed	Uncategorized	1.1		invalid	X-Requested-With, HTTP headers		Unreviewed	0	0	0	0	0	0
