﻿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
13018	Raw request data should be exposed via request object.	Damon	nobody	"I recently had the need to proxy some requests from some clients to 3rd party servers. Trying to avoid skewing stats I tried to replicate the clients headers when making the new requests to the 3rd party. Not wanting to loop through all items in request.META I looked for a Django property that exposed the raw request data. There isn't one. 

I've checked the source of various Django web proxies and they either don't try to replicate headers at all or they end up with the approach I ultimately had to take - looping over request.META for ""HTTP_"" prefixed keys, changing them to title case and replacing underscores with hyphens.

Django needs to expose raw request data."		closed	HTTP handling	1.1		wontfix	raw request data		Unreviewed	0	0	0	0	0	0
