Re: X-Forwarded-For middleware

2010-11-16 Thread Luis Bruno
Dear Luke, On Nov 16, 1:12 pm, Luke Plant wrote: > It's not obvious what you are asking.  We removed the > SetRemoveAddrFromForwardedFor middleware for reasons described here: > http://docs.djangoproject.com/en/dev/releases/1.1/#removed-setremoteaddrfromforwardedfor-middleware Thank you for plow

Re: X-Forwarded-For middleware

2010-11-16 Thread Luke Plant
On Tue, 2010-11-16 at 03:14 -0800, Luis Bruno wrote: > Hello, > > I looked into the archives a bit, and it's been almost two years since > this subject was last brought up! So this periodic discussion is > probably overdue... I needed to change REMOTE_ADDR because some > components like django-req

X-Forwarded-For middleware

2010-11-16 Thread Luis Bruno
Hello, I looked into the archives a bit, and it's been almost two years since this subject was last brought up! So this periodic discussion is probably overdue... I needed to change REMOTE_ADDR because some components like django-request assume it represents the connected user's address. I want y