Request.ServerVariablesのすべてを見るには
<%
For Each thedata In Request.ServerVariables
Response.Write thedata & "<br>"
Response.Write Request.ServerVariables(thedata)
Next
%>
<%
For Each thedata In Request.ServerVariables
Response.Write thedata & "<br>"
Response.Write Request.ServerVariables(thedata)
Next
%>