Hi,
I'm trying to use my own http headers for sending information from one web server to another. To do this, the first server uses Response.AddHeader("MYHEADER","MYVALUE") and then I make a redirection to a page on the other server.
In the other server, I am using Request.ServerVariables() to receive the value of my header but it´s not working. There's also a property of the Request object, Request.Headers, but it doesn't work as well.
I'd like to know if it's possible to do something like this. I don't want to use URL parameters because they can be seen by the users easily. And I don't want to use cookies because users can disable cookies on their browsers.
Thanks for your help
JOSE CARLOS ARAMBURU
josecarloaa@hotmail.com
I'm trying to use my own http headers for sending information from one web server to another. To do this, the first server uses Response.AddHeader("MYHEADER","MYVALUE") and then I make a redirection to a page on the other server.
In the other server, I am using Request.ServerVariables() to receive the value of my header but it´s not working. There's also a property of the Request object, Request.Headers, but it doesn't work as well.
I'd like to know if it's possible to do something like this. I don't want to use URL parameters because they can be seen by the users easily. And I don't want to use cookies because users can disable cookies on their browsers.
Thanks for your help
JOSE CARLOS ARAMBURU
josecarloaa@hotmail.com