gpt4 book ai didi

amazon-web-services - 亚马逊 ELB 转发 http 请求更改 request.RemoteAddress

转载 作者:行者123 更新时间:2023-12-01 08:01:27 28 4
gpt4 key购买 nike

我们正在使用 Amazon EC2 服务来实时托管我们的 Play 应用程序。我有一个关于 Elastic Load Balancer 的非常重要的问题。在我的应用程序中,我需要请求远程地址,我正在为其使用 Play Framework Controller 的 request.remoteAddress 属性。但是在 Amazon 上,它始终存储为负载均衡器的 IP 地址,这会误导我们,因为我们无法跟踪请求远程地址。

Amazon ELB Configuration 中是否有针对转发请求的设置?在 Apache 中,我认为有一个解决方案,但我浏览了 ELB 文档,但找不到任何线索。

最佳答案

我认为你可以在代理或负载平衡器后面使用它:

String ip = Http.Request.current().headers.get("x-forwarded-for")

关于amazon-web-services - 亚马逊 ELB 转发 http 请求更改 request.RemoteAddress,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12002318/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com