> how to change the value of Request.ServerVariables["HTTP_REFERER"] on the
> ser ver? if not possible is there some way to change it by sending back
[quoted text clipped - 3 lines]
> to
> reset the value in Request.ServerVariables["HTTP_REFERER"]
I can't think of any reason why one would want to do this, therefore I
wouldn't be surprised if it turns out to be completely impossible to do
this.
- Oliver
Alvin Bruney [Microsoft MVP] - 05 Aug 2005 20:12 GMT
you shouldn't need to reset it. extract the value and change it in the local
variable. There is a hack out there that can do the same thing thru the web
config file, but why would you want that type of functionality?

Signature
Regards
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc, Amazon, B&H etc
-------------------------------------------------------------------------------
>> how to change the value of Request.ServerVariables["HTTP_REFERER"] on the
>> ser ver? if not possible is there some way to change it by sending back
[quoted text clipped - 9 lines]
>
> - Oliver