<%@ page contentType = "text/html; charset=euc-kr" %>
클라이언트IP =
<%= request.getRemoteAddr() %> <br>요청정보길이 =
<%= request.getContentLength() %> <br>요청정보 인코딩 =
<%= request.getCharacterEncoding() %> <br>요청정보 컨텐트타입 =
<%= request.getContentType() %> <br>요청정보 프로토콜 =
<%= request.getProtocol() %> <br>요청정보 전송방식 =
<%= request.getMethod() %> <br>요청 URI =
<%= request.getRequestURI() %> <br>컨텍스트 경로 =
<%= request.getContextPath() %> <br>서버이름 =
<%= request.getServerName() %> <br>서버포트 =
<%= request.getServerPort() %> <br></body>
</html>
댓글을 달아 주세요