⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 snoop.jsp

📁 JSWDK服务器
💻 JSP
字号:
<html><!--  Copyright (c) 1999 Sun Microsystems, Inc. All Rights Reserved. This software is the confidential and proprietary information of Sun Microsystems, Inc. ("Confidential Information").  You shall not disclose such Confidential Information and shall use it only in accordance with the terms of the license agreement you entered into with Sun. SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.--><body bgcolor="white"><h1> Request Information </h1><font size="4">JSP Request Method: <jsp:expr>  request.getMethod() </jsp:expr><br>Request URI: <jsp:expr> request.getRequestURI()  </jsp:expr><br>Request Protocol: <jsp:expr> request.getProtocol() </jsp:expr><br>Servlet path: <jsp:expr> request.getServletPath() </jsp:expr><br>Path info: <jsp:expr> request.getPathInfo() </jsp:expr><br>Path translated: <jsp:expr> request.getPathTranslated() </jsp:expr><br>Query string: <jsp:expr> request.getQueryString() </jsp:expr><br>Content length: <jsp:expr> request.getContentLength() </jsp:expr><br>Content type: <jsp:expr> request.getContentType() </jsp:expr><br>Server name: <jsp:expr> request.getServerName() </jsp:expr><br>Server port: <jsp:expr> request.getServerPort() </jsp:expr><br>Remote user: <jsp:expr> request.getRemoteUser() </jsp:expr><br>Remote address: <jsp:expr> request.getRemoteAddr() </jsp:expr><br>Remote host: <jsp:expr> request.getRemoteHost() </jsp:expr><br>Authorization scheme: <jsp:expr> request.getAuthType() </jsp:expr> <hr>The browser you are using is <jsp:expr> request.getHeader("User-Agent") </jsp:expr><hr></font></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -