﻿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
34290	X-Forwarded-Prefix support	Marc Perrin	nobody	"Is there any plan to deal with the **X-Forwarded-Prefix** header?

(similar to 
{{{
USE_X_FORWARDED_HOST
}}}
and 
{{{
USE_X_FORWARDED_PORT
}}}
for X-Forwarded-Host and X-Forwarded-Port)

(NB: and as far as X-Forwarded-Proto is concerned, it's usually dealt with via 
{{{
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
}}}
)

Or is this header not standard enough?

If not, what would be a standard - or at least effective - way for a user to (sort of) customize HttpRequest (get_raw_uri, build_absolute_uri) to deal with this header?"	New feature	closed	HTTP handling	4.1	Normal	needsinfo	X-Forwarded		Unreviewed	0	0	0	0	0	0
