Re: SSL Middleware

2006-10-10 Thread Antonio Cavedoni
On 9 Oct 2006, at 21:07, mukappa wrote: > One observation. When redirecting to https elsewhere in the django > code I see this call, "django.http.get_host(request)" for resolving > the host portion. Good call, that function checks for HTTP_X_FORWARDED_HOST instead of just request.META['HTT

Re: SSL Middleware

2006-10-09 Thread mukappa
Very timely. I was just looking for something like this. One observation. When redirecting to https elsewhere in the django code I see this call, "django.http.get_host(request)" for resolving the host portion. Thanks. --~--~-~--~~~---~--~~ You received this me

Re: SSL Middleware

2006-10-09 Thread Antonio Cavedoni
On 8 Oct 2006, at 5:27, [EMAIL PROTECTED] wrote: > so now we can specify our urls for, say a login screen, and enjoy > ssl for that page only without explicit redirects. Also there is no > way for a user to request an unsecure version of that page if one > is not explicitly offered. Yes, un

Re: SSL Middleware

2006-10-07 Thread [EMAIL PROTECTED]
looks handy! so now we can specify our urls for, say a login screen, and enjoy ssl for that page only without explicit redirects. Also there is no way for a user to request an unsecure version of that page if one is not explicitly offered. --~--~-~--~~~---~--~~ Y