Valid ACP-Cloud1 Dumps shared by ExamDiscuss.com for Helping Passing ACP-Cloud1 Exam! ExamDiscuss.com now offer the newest ACP-Cloud1 exam dumps, the ExamDiscuss.com ACP-Cloud1 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com ACP-Cloud1 dumps with Test Engine here:
When using Alibaba Cloud SLB to forward layer 7 (HTTP) service requests. SLB will replace the IP address in the HTTP header file to forward requests. Therefore the source IP address that can be seen on the backend ECS instance is the IP address of SLB instead of the clients real IP address.
Correct Answer: A
Explanation When using Alibaba Cloud SLB to forward layer 7 (HTTP) service requests, SLB will replace the IP address in the HTTP header file to forward requests. Therefore, the source IP address that can be seen on the backend ECS instance is the IP address of SLB instead of the client's real IP address. However, SLB also provides a feature called X-Forwarded-For (XFF) that can help you obtain the real IP address of the client. XFF is a standard HTTP header field that records the original IP address of the client and the proxy servers that the request passes through. You can enable XFF on the SLB console or by using the API, and then configure your backend ECS instance to parse the XFF header field and get the real IP address of the client. References: 1 - SLB overview - Alibaba Cloud Document Center - Layer 7 listeners - X-Forwarded-For