Hi,There are two applications "Sender", "Receiver"."Receiver" is a asp.net page, running in a server"Sender" is not an asp.net page and running in some other server."Sender" is passing a string (eg. userName) through http header."Receiver" is reading the string from http header as follows Request.Header["userName"].How to pass values through http header? Can I have some samples?Thanks,Ashokan
View Complete Post