我正在使用Tower.js创建Web服务。
我能够获得HTTP标头和用户代理,但无法获得远程IP地址。
如何获取请求者的远程IP地址?
我试过
- 查找了Tower.Controller类的成员变量和方法(this.request和this.request.app以及this.request.headers等...)
- 检查HTTP标头
- 阅读tower-docs(https://github.com/viatropos/tower-docs)
- 阅读superagent文件(https://github.com/visionmedia/superagent)
醇>
如果缺少信息,请添加。
感谢。