J
Jacky
hi,
I am trying to view the custom headers in an ASP.NET page.
I am able to view all the standard headers using the
method Request.Headers.Get(). But if i set a custom header
using Response.AddHeader("ID","value"), the key or value
doesnt appear in the Request.Headers collection. What
could be reason to this problem?
Does ASP.NET support setting and viewing custom http
headers. If yes, how do i simulate creating and viewing it
in my code.
Thanks in advance.
I am trying to view the custom headers in an ASP.NET page.
I am able to view all the standard headers using the
method Request.Headers.Get(). But if i set a custom header
using Response.AddHeader("ID","value"), the key or value
doesnt appear in the Request.Headers collection. What
could be reason to this problem?
Does ASP.NET support setting and viewing custom http
headers. If yes, how do i simulate creating and viewing it
in my code.
Thanks in advance.