从 JSP 请求/会话对象获取服务器 IP 地址
如何从JSP页面获取服务器的IP地址?
现在,我能做的就是 request.getLocalName(),它返回服务器名称,而不是 IP 地址?
How can I get the IP address of the server from a JSP page?
Right now, all I can do is request.getLocalName(), which returns the server name, not the IP address?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
实际上,对于服务器的IP地址,您需要使用
Actually, for the IP address of the server, you need to use
要获取实际的服务器 IP 和主机名(实际的且不是由代理设置的),请使用以下命令:
To get an actual server IP and hostname (actual and not set by e.g. a proxy) use this: