
Ultimate access to all questions.
Your web application front end utilizes 5 EC2 instances that are managed by an Application Load Balancer (ALB). The application has been set up to log the IP address of the client making requests. Upon reviewing the captured data, you observe that all recorded IP addresses are identical, corresponding to the IP address of the ALB rather than the client's actual IP address.
What steps should you take to capture the real IP address of the client making requests to your web application?
A
Look into the client's cookie
B
Look into the X-Forwarded-For header in the backend
C
Look into the X-Forwarded-Proto header in the backend
D
Modify the front-end of the website so that the users send their IP in the requests