On Oct 27, 3:18 pm, "Mike" <[EMAIL PROTECTED]> wrote: > HttpResponseRedirect fully preserves the page header sent to it and > forwards it to whatever URL it is being sent to. For instance, if a > user is going from Google to site A, where he is immidiatly > 'HttpResponseRedirect'ed to site B, site B only has knowledge of Google > as apposed to site A. > > How can I prevent HttpResponseRedirect from forwarding the header it > was supplied with? > > Thank you, > Mike
I'm not sure I understand your question. Here's what I think you're looking for, though: return an HttpResponse with the header 'Location' set to your redirect location. -Sam --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---