PDA

Click to See Complete Forum and Search --> : Accessing Header Info in ASP


Oct 10th, 2000, 09:04 AM
Hi guys
I was wondering if anyone could tell me how to access header information through ASP.
Thanks
Ste

asabi
Oct 10th, 2000, 06:02 PM
<%= Request.ServerVariables("ALL_HTTP") %>
<%= Request.ServerVariables("PATH_INFO") %>
<%= Request.ServerVariables("QUERY_STRING") %>

Try those ... is that what you mean ?