Topic 1 Question 158
An ecommerce application is running behind an Application Load Balancer. A developer observes some unexpected load on the application during non-peak hours. The developer wants to analyze patterns for the client IP addresses that use the application.
Which HTTP header should the developer use for this analysis?
The X-Forwarded-Proto header
The X-Forwarded-Host header
The X-Forwarded-For header
The X-Forwarded-Port header
ユーザの投票
コメント(5)
- 正解だと思う選択肢: C
C is correct.
X-Forwarded-Proto: protocol (HTTP/HTTPS) X-Forwarded-Host: original Host header requested by the client X-Forwarded-For: original IP address of a client (CORRECT) X-Forwarded-Port header: original port that the client used to connect
👍 3chris_7772023/11/04 - 正解だと思う選択肢: C
The correct answer is (C).
The X-Forwarded-For HTTP header contains the IP address of the original client that made the request. The developer can use this header to analyze patterns for the IP addresses of clients using the application.
👍 2Digo30sp2023/10/06 - 正解だと思う選択肢: C
X-Forwarded-For HTTP header contains the IP address of the original client
👍 1Cerakoted2023/10/10
シャッフルモード