Hi guys
I was wondering if anyone could tell me how to access header information through ASP.
Thanks
Ste
Printable View
Hi guys
I was wondering if anyone could tell me how to access header information through ASP.
Thanks
Ste
<%= Request.ServerVariables("ALL_HTTP") %>
<%= Request.ServerVariables("PATH_INFO") %>
<%= Request.ServerVariables("QUERY_STRING") %>
Try those ... is that what you mean ?