Content Length |
<%=String.valueOf(request.getContentLength())%> |
Content Type |
<%=request.getContentType()%> |
Protocol |
<%=request.getProtocol()%> |
Remote Addr |
<%=request.getRemoteAddr()%> |
Remote Host |
<%=request.getRemoteHost()%> |
Scheme |
<%=request.getScheme()%> |
Is Secure |
<%=String.valueOf(request.isSecure())%> |
Auth Type |
<%=request.getAuthType()%> |
Context Path |
<%=request.getContextPath()%> |
Method |
<%=request.getMethod()%> |
Path Info |
<%=request.getPathInfo()%> |
Path Translated |
<%=request.getPathTranslated()%> |
Query String |
<%=request.getQueryString()%> |
Remote User |
<%=request.getRemoteUser()%> |
Request URI |
<%=request.getRequestURI()%> |
Servlet Path |
<%=request.getServletPath()%> |