Re: Hiding Referrer URL

2006-12-04 Thread MerMer
As this is handled by the browser - you might want to revert to Javascript. I think there is a plugin for JQuery which handles this. MerMer Siah wrote: > Hi, > > I need to hide referrer url on HttpResponseRedirect. I was expecting to > find something like ReferrerURL in HttpResponseRedirect.he

Re: Hiding Referrer URL

2006-12-03 Thread Jacob Kaplan-Moss
On 12/2/06 6:01 PM, Siah wrote: > How can I accomplish that? You can't; the Referer header gets set by the browser, not by the web server. Jacob --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group

Hiding Referrer URL

2006-12-03 Thread Siah
Hi, I need to hide referrer url on HttpResponseRedirect. I was expecting to find something like ReferrerURL in HttpResponseRedirect.headers, but did not. I was hopping to change the header information right before HttpResponseRedirect sends the user to the other server to hide the referrer URL, o