Reading the HTTP Headers with Request.ServerVariables Home » ASP » The Request Object » HTTP Headers The ASP code for "HTTPHeaders.asp" <%LANGUAGE="VBSCRIPT">% Standard HTTP Headers <%=Request.ServerVariables("HTTP_USER_AGENT")%> <%=Request.ServerVariables("HTTP_ACCEPT")%> <%=Request.ServerVariables("HTTP_HOST")%> <%=Request.ServerVariables("HTTP_CONNECTION")%> <%=Request.ServerVariables("HTTP_ACCEPT_LANGUAGE")%> Output of "HTTPHeaders.asp" Share on Facebook Share on Twitter Share on Google Plus RELATED POSTS
Blogger Comment
Facebook Comment