반응형
<br>전송방식 : <%=Request.ServerVariables ("REQUEST_METHOD")%>
< br>IP주소 : <%=Request.ServerVariables ("REMOTE_ADDR")%>
< br>브라우저정보 : <%=Request.ServerVariables ("HTTP_USER_AGENT")%>
< br>로그온ID : <%=Request.ServerVariables ("LOGON_USER")%>
< %'윈도우 인증으로 로그인이 된 경우의 사용자 아이디를 보여줌%>
<hr>
< br>서버 포트 : <%=Request.ServerVariables ("SERVER_PORT")%>
< br>웹 서버 : <%=Request.ServerVariables ("SERVER_SOFTWARE")%>

<br>호스트 : <%=Request.ServerVariables("http_host")%>
< br>호스트 뒤(iis home directory) 주소받기 : <%=Request.ServerVariables("PATH_INFO")%>
< br>쿼리 스트링: <%=Request.ServerVariables ("QUERY_STRING")%>
< br>리퍼러 체크 : <%=Request.ServerVariables("HTTP_REFERER")%>


< br>Full URL : http://<%=Request.ServerVariables("http_host")%><%=Request.ServerVariables("PATH_INFO")%><%=Request.ServerVariables ("QUERY_STRING")%>

 

반응형

'프로그래밍 > Web' 카테고리의 다른 글

Why Does Angular.js Rock?  (0) 2013.08.13
git - 간편 안내서  (0) 2013.08.12
[Erlang] Erlang & Aptana Install  (0) 2013.07.31
[HTML] Build an HTML Email Template From Scratch  (0) 2013.07.30
Daux.io — Generate documentation with Markdown  (0) 2013.07.30

+ Recent posts