I'm writing an application that servers multiple domains with middleware that depends on every request having an HTTP_HOST header. This isn't a problem in the test client with normal GET requests because I can set the HTTP_HOST parameter. But when the server issues a redirect, the test client doesn't submit the HTTP_HOST header on the second request. Is there any way I could induce it to?
Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---