
Answer-first summary for fast verification
Answer: X-Forwarded-For for the original client IP
The correct answer is C. The X-Forwarded-For HTTP header contains the IP address of the original client making the request. Developers can analyze this header to identify patterns and source IP addresses of clients accessing the application. The other headers (X-Forwarded-Proto, X-Forwarded-Host, and X-Forwarded-Port) do not provide the client IP information needed for this analysis.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
An e-commerce app is experiencing unusual traffic during off-peak times. To identify the source IP addresses of clients accessing the app, which HTTP header should a developer examine?
A
X-Forwarded-Proto for the protocol used
B
X-Forwarded-Host for the original host requested
C
X-Forwarded-For for the original client IP
D
X-Forwarded-Port for the original client port
No comments yet.