Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 IBM ISAM 和 webseal 的新手。
后端应用如何获取客户端(用户浏览器端)ip地址?我能够从 HTTP 请求中检索 IP 地址,但这是反向代理的地址,而不是客户端的地址。
流量来自:客户端 > 负载均衡器 > 反向代理 > 后端应用程序
使用反向代理配置文件的 [header-names] 节并添加如下条目:
client-ip-v4 = YourHeaderName
该值将在名为“YourHeaderName”的标头中传递。您可以将 YourHeaderName 重命名为您想要的任何名称。
它记录在这里:https ://www.ibm.com/support/knowledgecenter/SSPREK_9.0.1/com.ibm.isam.doc/wrp_stza_ref/reference/ref_srvr_name.html